Hi, I developed an app contains a website in it.
When I open it by iPhone, the website automatically can be seen in mobile view, but in Android, same code, the website will only show desktop view, anyway to change it back to mobile view?
Thanks a lot.
The code is as below:
myWebView = native.newWebView(display.contentWidth/2, display.contentHeight/2+100,display.contentWidth-190, display.contentHeight) myWebView:request("http://stonehkhk.wix.com/sydney")