alunny / ChildBrowser

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

showNavigationBar, showLocationBar, showAddress functionality on Android & iOS #5

Closed reinberger closed 12 years ago

reinberger commented 12 years ago

recreated the pull request because the done-functionality is implemented in the following way:

-iOS: using swipe gesture -Android: using hardware back button

alunny commented 12 years ago

Sorry I didn't get around to this sooner - I've rebased it a bit and merged it into the newcontrols branch https://github.com/alunny/ChildBrowser/tree/newcontrols

I'm going to test it with PhonGap 1.4.1 and Cordova 1.5.0 and 1.6.1 - if all looks good I'll make a couple releases (1.1.0 and 2.1.0) with your changes included.

sikorskj commented 12 years ago

Andrew, any updates on when the new controls will be merged to the master branch?

alunny commented 12 years ago

Finally got this merged into master - will do a release (here and on PhoneGap Build) once I've reviewed the other pull requests.

Thanks again @reinberger