Hi,
I am actually launching application in chrome web browser using the following URL :
https://xxx.xxx.xxx.xxx:xxxx/demo?appname=Myapp
and it is launching the application in the current tab. (DEMO mode is enabled)
but when it try to launch the same application with the following URL
https://xxx.xxx.xxx.xxx:xxxx/runapp?app=Myapp
the application is also launch but in a new window.
Is there a solution to launch the application in the current tab like it is done in DEMO mode
Best regards