How to embed a browser and access to http traffic monitor
I need to get to the cookie, but I do not know how to operate
thanks
local function requestListener( event )
local shouldLoad = true
local url = event.url
system.openURL( url )
return shouldLoad
end
local options = { hasBackground=false, baseUrl=system.ResourceDirectory, urlRequest=requestListener }
native.showWebPopup( “http://myurl/index.php”, options ) [import]uid: 8012 topic_id: 14149 reply_id: 314149[/import]