I am developing an app which has a website inside. The website can be seen in simulator, but not sure why when I test it on my iPhone, it just appears white screen. The iOS SDK is 9.2. Hope can get your help soon, thanks!
The code is like below:
local webView = native.newWebView( display.contentCenterX, display.contentCenterY, 320, 480 )
webView:request( “http://www.yahoo.com/” )