Hi,
I was trying the webview and it worked ok on my iphone 5s. When i tried it on my ipad 2, the html would not load. I see the loader animation and after a long time a timeout message.
Do i something wrong or is it some kind of bug?
Just using the example code:
local webView = native.newWebView( display.contentCenterX, display.contentCenterY, WIDTH,HEIGHT )
[html insite app] webView:request( “web/index.html”, system.ResourceDirectory )
OR
[html online] webView:request( “http://url” )
I like to make a rich html client with corona but it has to run on all devices of Apple.
With regards
Dustin Vogel