My issue is I keep getting rejected by the Apple store for having UIWeb in my plugins. So I've upgraded all of my plugins but my issue is Google Plus won't install with cordova-ios 6.x. I can only get Google Plus installed with cordova-ios 5.1.1. The conflict is that cordova inapp browser won't install on 5.1.1, it needs 6.x or greater. I'm not sure how to resolve this issue with two different cordova plugins requiring different cordova-ios versions.
Is there an alternative to inapp browser?
Is there a way to open browser links from ionic without inapp browser?
"cordova-ios": "^6.0.0",
"cordova-plugin-androidx": "^3.0.0",
"cordova-plugin-androidx-adapter": "^1.1.3",
"cordova-plugin-device": "^2.0.3",
"cordova-plugin-firebase-analytics": "^5.0.0",
"cordova-plugin-firebase-messaging": "^5.0.1",
"cordova-plugin-geolocation": "^4.1.0",
"cordova-plugin-googleplus": "^8.5.2",
"cordova-plugin-inappbrowser": "^5.0.0",
To answer your specific question, yes there is. You can open links in the user's default browser using
window.openas follows: