How do I specify browser window parameters when using Titanium.Platform.openURL ?
These would be the typical browser window parameters such as:
The only way I know how to do it is with the Meta tags apple-mobile-web-app
style.
May I ask why you are needing to openURL
instead of a webView
?