Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The issue is when you don't use Cordova and try and use Geolocation with the Geolocation plugin installed. It will correctly request the permission, but since the Context to do the callback is null, it will crash. I added a null check, and that seems to fix it.