My webpopup code is:
local options = { hasBackground=false, baseUrl=“http://www.pandamama.com/HitIt/”, urlRequest=listener }
native.showWebPopup( “localpage.html”, options )
My localpage.html html code is:
list testbody {
background-color:transparent;
}
This is HTML. Click the button below to dismiss the web overlay.
Note how no touch events go to the background. while the overlay is displayed
[/html]
After building the apk file, copy to my android phone, install and play, it shows “web page not available”, my android phone can access internet using 3G.
When I go to that page using my mackbook browse, it is ok to access it.
But I find that when I place to file locally and change the baseUrl = system.ResourceDirectory, it shows the expected result.
Do you have any idea? Mine corona SDK version is trial version 2010.243.
Thanks. [import]uid: 20541 topic_id: 5998 reply_id: 305998[/import]