Hi,
I have a webpopup browser embeded into myApp. It works very well on the iOS version.
On android, the url is strangely rewritten.
When user clicks on a link, I unload the webview, then slide screen, keep the url as a param, open a new scene, load a webview and give to it the url. The baseurl is set to nil as I give a absolute url.
The url is received on apache server with the subfolder added in front of the url :
–> should be : http://myDomain.com/html/myFile.html
–> becomes : /html/http://myDomain.com/html/myFile.html
I have an alert to see what is passed to the webview and the url is correct.
Is a cache problem on android ? how to work around that ?