dpa99c / phonegap-launch-navigator

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

Map navigation not working in iOS 15, #270

Open archana211 opened 2 years ago

archana211 commented 2 years ago

Current behavior: Map navigation not working in iOS 15, following navigation code is working fine for previous iOS versions, but not working for iOS 15.

Related code:

import { LaunchNavigator } from '@ionic-native/launch-navigator';

constructor( private navigator: LaunchNavigator ) { }

public navigate() { this.navigator.navigate("London, UK") }

<plugin name="uk.co.workingedge.phonegap.plugin.launchnavigator" spec="^5.0.6">

TamilselvanMariyappan commented 10 months ago

Any update on this issue. Same issue here