Q: I'm looking to open a specific type of link on the Native Map app. Can anyone recommend a plugin that would work for this scenario?
https://www.google.com/maps?q=15405 Hebbe Ln+Au...
I tried using the Capacitor Browser plugin and it worked well on Android devices with the URL provided above, displaying the Google Web map. However, when testing on an iOS device, I encountered a "not a valid URL" error in the console and the in-app browser did not display.
If anyone has any suggestions or insights, they would be greatly appreciated!
Solution:
this.inAppBrowser.create(url, '_system');