Posts by Ricardo L • 21 points
3 posts
-
1
votes3
answers2758
viewsA: Open google maps app via link via Ionic 3
use the Launch Navigator of Ionic v3 Note... I used it yesterday on my project and everything worked out. It works for UBER, GOOGLE MAPS, WAZE ETC... if you want the user to choose which map app he…
-
1
votes2
answers706
viewsA: How to make Ionic Cordova notification?
If your project is in Ionic 3 you can use Ionic Native.... import { OneSignal } from '@ionic-native/onesignal'; constructor(private oneSignal: OneSignal) { } ...…
-
0
votes3
answers3693
views