GeolocatorPlugin icon indicating copy to clipboard operation
GeolocatorPlugin copied to clipboard

Does not function with airplane mode on

Open spaddlewit opened this issue 4 years ago • 2 comments

Bug Information

This library does not return position while airplane mode is turned on. As soon as airplane mode is turned off, results begin flowing in.

Version Number of Plugin: 4.5.0.6 Device Tested On: Apple iPad A1475 Simulator Tested On: N/A Version of VS: 16.6.2 Version of Xamarin: 4.6.0.847 Versions of other things you are using:

Steps to reproduce the Behavior

call StartListeningAsync()

Expected Behavior

Location is tracked and callback event is fired

Actual Behavior

Nothing

Code snippet

Screenshots

spaddlewit avatar Jun 18 '20 23:06 spaddlewit

Airplane Mode works by deactivating the device's radios. If that includes the GPS radio then you should not expect location updates while in Airplane Mode.

TheWatchfulOne avatar Nov 20 '23 01:11 TheWatchfulOne

Airplane Mode works by deactivating the device's radios. If that includes the GPS radio then you should not expect location updates while in Airplane Mode.

Google Maps app still returns position information when Airplane mode is on. Are they using some kind of other undocumented API? I doubt it.

spaddlewit avatar Nov 20 '23 13:11 spaddlewit