Is your feature request related to a problem? Please describe.
My cordova project has both cordova plugins InAppBrowser (https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-inappbrowser/) and SafariViewController (https://github.com/EddyVerbruggen/cordova-plugin-safariviewcontroller).
I found that later iOS versions aren't allowing normal functionality of InAppBrowser any longer so replacing it with SafariViewController, which is now Apple's preference, was necessary to open a new browser window successfully.
Describe the solution you'd like
Enhance openURL logic by checking if
Platform.is.ios is truewindow.SafariViewController && window.SafariViewController.isAvailablewindow.SafariViewController.show(options) passing options as default object { url: url }openURL to be passed an alternative object as first argument to allow for options to window.SafariViewController.show. See https://github.com/EddyVerbruggen/cordova-plugin-safariviewcontroller for usage.window.open for InAppBrowser if SafariViewController is unavailable. Describe alternatives you've considered
I've attempted all options of existing InAppBrowser and could not get it to work within cordova on iOS.
Additional context
Add any other context or screenshots about the feature request here.
See behavior of InAppBrowser attached

here
Hello. As you already researched this problem can you please help and provide a PR?
Thank you.
Had a bit of time to squeeze this in. Thank you for the research.
Enhancement will be available in "quasar" v1.11.0.
Most helpful comment
Had a bit of time to squeeze this in. Thank you for the research.
Enhancement will be available in "quasar" v1.11.0.