webview on ipad2 not working

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

You need to look at your device’s console log and see if there are any errors. If you don’t know how to do that please read:

http://docs.coronalabs.com/guide/basics/debugging/index.html

Rob

You need to look at your device’s console log and see if there are any errors. If you don’t know how to do that please read:

http://docs.coronalabs.com/guide/basics/debugging/index.html

Rob