Is possible to launch an installed third party app from an ionic 3+ app?
Thanks
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…
or…
someappname://somedata
In which case I think a simple window.open(‘https://maps.google.com’) would do it. Give it a whirl.
thank, i will try it!