In NativeScript, is it possible to launch another app from within a Nativescript app?
Let's say I have a button in an app and when pressed it launches the Waze Navigation app with coordinates to a location.
Is this possible with NativeScript?
Thanks.