Start Third party app from ionic?

Is possible to launch an installed third party app from an ionic 3+ app?

Thanks

Other apps often register a url or the beginning of a url so…

https://maps.google.com

or…

someappname://somedata

In which case I think a simple window.open(‘https://maps.google.com’) would do it. Give it a whirl.

1 Like

thank, i will try it!