Hi all,
I’m in trouble here with newWebView and local html file.
Using simulator the newWebView runs ok.
But, when the app is installed from Google Play, the newWebView calling local html file returns this error:
web page not available
Web page at file///android_asset/indexEN.html might be temporarily down or it may be moved to a new web adress
The html file is at the same directory as my main.lua and the code to call webView is above:
webView = native.newWebView( 160, 300, 360, 480 )
local page = “index.html”
webView:request( page, system.ResourceDirectory )
Thanks a lot for any help.
Eduardo