Nothing shown using web popup when referring to remote web page

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 test
body {
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]

  1. any reason you haven’t updated Corona to 268?

  2. did you set INTERNET permissions for android in your build.settings file? [import]uid: 6645 topic_id: 5998 reply_id: 21056[/import]