You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to make subsequent url requests to the same child browser. At the moment I am using the
showWebPage function to open the child browser and show an initial web page. My code listens to the onLocationChange event and checks the new url to decide which subsquent url I need to display. The only way I currently know how to show subsquent url's is to close the initial child browser and then call showWebPage again, it would be nice if multiple requests could be achieved in one instance.
If I was to implement t he iOS and Android code, would this be something you would consider adding into the source? Also how quickly would that source be integrated into the Phone Gap Build version of the child browser?
The text was updated successfully, but these errors were encountered:
It would be nice to be able to make subsequent url requests to the same child browser. At the moment I am using the
showWebPage function to open the child browser and show an initial web page. My code listens to the onLocationChange event and checks the new url to decide which subsquent url I need to display. The only way I currently know how to show subsquent url's is to close the initial child browser and then call showWebPage again, it would be nice if multiple requests could be achieved in one instance.
If I was to implement t he iOS and Android code, would this be something you would consider adding into the source? Also how quickly would that source be integrated into the Phone Gap Build version of the child browser?
The text was updated successfully, but these errors were encountered: