alunny / ChildBrowser

cross-platform ChildBrowser plugin for PhoneGap/Cordova
104 stars 134 forks source link

Multiple requests per child browser instance #6

Open willsafc opened 12 years ago

willsafc commented 12 years ago

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?