This should be simple, but... How do I get 'Navigation' controls on iOS?
I am implementing a hybrid app that needs to run on iOS and Android. Android is fine, but iOS is not. I can't alter the actual web site(s), so this needs to work in the 'launcher' I create with pgBuild. Our web site works fine, but there are certain links there (third party licenses, other external sites), that obviously don't have any links back to my site. Since iOS does not have a 'back' button, this leaves our app trapped displaying that site. A few options would be
1) Add a Navigation Control to the inAppBrowser (or similar)
2) Launch any external site links in the default system browser. I've tried to do this using inAppBrowser and _system target, but no luck
3) Block these transfers (or present a popup that would allow them to be opened in the system browser)
Test platform I have is iOS 8.x, but ideally should work for 6+.
Any suggestions would be appreciated.
I am implementing a hybrid app that needs to run on iOS and Android. Android is fine, but iOS is not. I can't alter the actual web site(s), so this needs to work in the 'launcher' I create with pgBuild. Our web site works fine, but there are certain links there (third party licenses, other external sites), that obviously don't have any links back to my site. Since iOS does not have a 'back' button, this leaves our app trapped displaying that site. A few options would be
1) Add a Navigation Control to the inAppBrowser (or similar)
2) Launch any external site links in the default system browser. I've tried to do this using inAppBrowser and _system target, but no luck
3) Block these transfers (or present a popup that would allow them to be opened in the system browser)
Test platform I have is iOS 8.x, but ideally should work for 6+.
Any suggestions would be appreciated.


