I am writing a simple application using Ionic2 and Angular2.
I just want to type an address in my app, and then go to Google App on my phone (I don't want to have map in my app just open another app).
I read that it is possible using link<a href="google.navigation:q=London">London</a>
which works perfectly in webApp.
Is it a possible to use it in a Mobile app?