Hi,
I have problem with web popup. I came to this scene
local options = { hasBackground = true, baseUrl=system.ResourceDirectory, urlRequest=listener }
native.showWebPopup(0, display.contentHeight/5, display.contentWidth, display.contentHeight - display.contentHeight/5, "http://exampe.com/events.php", options )
It works well. I close it with the button.
local function onPlayBtnRelease()
native.cancelWebPopup()
storyboard.gotoScene( "menu", "fade", 500 )
return true -- indicates successful touch
end
and when i came back to this scene again page does not load. [import]uid: 123082 topic_id: 22481 reply_id: 322481[/import]