When using an iframe to embed a webpage in phonegap, on iOS the links will open in the system browser instead of within the iframe. This issue is only present in the compiled version on iOS, while Android and the phonegap app for iOS display the links correctly inside the iframe.
The preferences in Config.xml such as 'stay-in-webview' and 'Cordova.plist' seem to no longer be functional. Additionally, the 'ChildBrowser' preference is specific to Blackberry devices. Finally, the 'inAppBrowser' plugin experiences the same problem, where it loads the webpage internally but triggers Safari to open when clicking on any links.
To recreate this issue, simply create a new phonegap application, embed an iframe, and build for iOS or export with xcode.
We would greatly appreciate any assistance in resolving this matter!