Android Question Possible causes of requestNetworkLocation fail

mauro vicamini

Active Member
Licensed User
Longtime User
Hello Everyone!
I've an application that gets the position with ESLocation2 requestNetworkLocation. My custumer says that sometimes (very sometimes but it happens) the application after the requestNetworkLocation(0,0) the _LocationChanged event never fire making the application waiting forever. Before to call requestNetworkLocation(0,0) I test if the provider is enabled , so I do the call only if enabled.
So, what should be the causes for making wait forever the position from requestNetworkLocation, and what are the possible workarounds to avoid this?
My custumer use all Huawei P8 Lite (first version).

Thanks for the attention.
 
Top