dpa99c / phonegap-launch-navigator

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

Launch Navigator set coordinate but wont open google maps #252

Closed alexisqc92 closed 3 years ago

alexisqc92 commented 3 years ago

So I have use this plugin with ionic5 and angular 9, I was able to set the destination in google maps, but it wont change apps between my app to google maps. Probably a bug with the version.

` const dest = [lat, lng];

  this.launchNavigator.navigate(dest)
  .then( success => {
    console.log('NAVEGANDO');
    console.log(success);
  }, e => {
    console.log('algo salio mal');
    console.log(e);
  }
  );`
dpa99c commented 3 years ago

This is not sufficient information to diagnose an issue. Please try to replicate the issue in one of the example project apps to rule out bugs in your own codebase. If you're able to replicate the issue in that known codebase, please open a new issue and fully complete the issue template to provide all the required information.