Web PopUp cannot access remote webpage

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



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: 6009 reply_id: 306009[/import]

Did you allow your app to access the internet? [import]uid: 5712 topic_id: 6009 reply_id: 20591[/import]

How to allow the app to access the internet?

Thanks. [import]uid: 20541 topic_id: 6009 reply_id: 20592[/import]

I guess you did not read the documentation that is available from this side here?

http://developer.anscamobile.com/content/configuring-projects

Look below the section “Orientation Support (Android)”, it shows how to set Android Permissions.
[import]uid: 5712 topic_id: 6009 reply_id: 20597[/import]