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:

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

Running on my HTC Magic, it shows TAB 2 with text “Screen 2” but the Web Popup doesn’t occur. [import]uid: 10389 topic_id: 6593 reply_id: 306593[/import]

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

[code]
settings =
{
androidPermissions =
{
“android.permission.INTERNET”,
},
}

[/code] [import]uid: 10389 topic_id: 6593 reply_id: 22928[/import]