On click of button, I am executing the below script, As per API to open a new window i am passing true in app.launchURL, but getting inconsistant behaviour.With Internet Explorer, on some machine its opening url in same window. app.launchURL(dynamicUrl,true);Is it differ from browser to browser?Is t...