Hello.
IW v15.2.69
SessionOptions.UniqueURL = True
On MainForm.OnCreate event, im reading WebApplication.FormWidth and WebApplication.FormHeight props.
if i start my app by /$/start - all is good, props are filled.
if i start my app by root '/' request - app started, but props are empty (their values is -1)
Any advice how to fix that?
Thanks
IW v15.2.69
SessionOptions.UniqueURL = True
On MainForm.OnCreate event, im reading WebApplication.FormWidth and WebApplication.FormHeight props.
if i start my app by /$/start - all is good, props are filled.
if i start my app by root '/' request - app started, but props are empty (their values is -1)
Any advice how to fix that?
Thanks