You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior:
We are facing an issue with the native-geocoder plugin, where it occasionally returns the error message "Geocoder is busy. Please try again later." This occurs on both Android and iOS devices, but the issue is inconsistent—working on some devices and failing on others.
Upon debugging, we are getting the correct coordinates but the reverse geocoding seems to be failing.
Expected behavior:
Should be able to provide the location details using coordinates
Steps to reproduce:
@capacitor/geolocation: 6.0.0 Used to retrieve device coordinates.
@awesome-cordova-plugins/native-geocoder: 6.9.0 Used to fetch location details based on the retrieved coordinates.
I'm submitting a bug report
Current behavior:
We are facing an issue with the native-geocoder plugin, where it occasionally returns the error message "Geocoder is busy. Please try again later." This occurs on both Android and iOS devices, but the issue is inconsistent—working on some devices and failing on others.
Upon debugging, we are getting the correct coordinates but the reverse geocoding seems to be failing.
Expected behavior:
Should be able to provide the location details using coordinates
Steps to reproduce:
@capacitor/geolocation: 6.0.0 Used to retrieve device coordinates.
@awesome-cordova-plugins/native-geocoder: 6.9.0 Used to fetch location details based on the retrieved coordinates.
Other information:
Ionic:
Ionic CLI : 7.2.0 (/usr/local/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 7.8.6
@angular-devkit/build-angular : 17.3.8
@angular-devkit/schematics : 17.3.8
@angular/cli : 17.3.8
@ionic/angular-toolkit : 11.0.1
Capacitor:
Capacitor CLI : 6.0.0
@capacitor/android : 6.0.0
@capacitor/core : 6.0.0
@capacitor/ios : 6.0.0
The text was updated successfully, but these errors were encountered: