Web Popups

I downloaded the TABS source to use in my app. The TABS seem to work with text, although on Tab #2 I added a Web Popup, but nothing happens when I select that tab.
My code is below:

1
2
3
        native.showWebPopup( 0, 0, 320, 400, 
                  "http://chat.techtalkradio.com.au", 
                  {urlRequest=listener} )

OK Looks like I needed to add build.settings for this.

1
2
3
4
5
6
7
settings =
{
androidPermissions =
{
"android.permission.INTERNET",
},
}
views:1720 update:2011/10/9 9:57:41
corona forums © 2003-2011