dpa99c / phonegap-launch-navigator

Phonegap/Cordova plugin which launches native route navigation apps for Android, iOS and Windows
369 stars 131 forks source link

ionic 2 app #120

Closed timlitw closed 7 years ago

timlitw commented 7 years ago

what do I import in my page to be able to use the launchnavigator.navigate?

dpa99c commented 7 years ago

You can either:

Reference the plugin via the Ionic Native wrapper - see the Ionic2Example in the example project.

Or reference the plugin directly via the launchnavigator global namespace. The plugin includes a type definition which you can import in order for Typescript to recognise the plugin API.