How to force links to stay in webview without Phonegap Build?

  • 1
  • Question
  • Updated 8 years ago
When using Phonegap Build it is possible to use the "stay-in-webview" config setting to force links to external sites to open within the app's webview. How is the same thing accomplished if using xcode to build an ios phonegap app?
Photo of mike

mike

  • 3 Posts
  • 0 Reply Likes

Posted 8 years ago

  • 1
Photo of Steve Gill

Steve Gill, Employee

  • 43 Posts
  • 1 Reply Like
Hey Mike,

I believe what you are looking for is available by using the childbrowser plugin. https://build.phonegap.com/docs/plugins

Cheers,
-Steve
Photo of mike

mike

  • 3 Posts
  • 0 Reply Likes
Does Phonegap Build use the childbrowser plugin when "stay-in-webview" is specified? If not, how does it accomplish this?