This code, naturally, works fine:
native.showWebPopup( 0, 0, display.contentWidth, display.contentHeight, "http://www.google.com" )
However this doesn’t, it simply displays a blank grey page (or just nothing):
native.showWebPopup( 0, 0, display.contentWidth, display.contentHeight, "http://en.wikipedia.org/wiki/Alexandra\_Palace\_station" )
I was thinking it could be because of the underscores so I encoded them and then used this code:
native.showWebPopup( 0, 0, display.contentWidth, display.contentHeight, "http://en.wikipedia.org/wiki/Alexandra%5FPalace%5Fstation" )
Still no luck. Any ideas? [import]uid: 5833 topic_id: 7399 reply_id: 307399[/import]