Closed randy-johnson closed 7 years ago
I can't think of anything that shouldn't work in 3.0...
@randy-johnson, I had the same issue as you did and in my case it was because I was using other plugins that had their own way of requesting permissions. Example: nativescript-geolocation recommends to require permissions using
if (!geolocation.isEnabled()) { geolocation.enableLocationRequest(); }
Once I deleted the above lines and requested the geolocation permissions using only @NathanaelA 's plugin (in my case _android.Manifest.permission.ACCESS_FINELOCATION and _android.Manifest.permission.ACCESS_COARSELOCATION) everything worked perfect.
@randy-johnson - As a follow up; I've been using this plugin in several apps that are 3.x; no issues. There are two reasons why I've seen this fail:
This plugin doesn't seem to be working for me since we upgraded to NS 3.0. I never see the popups and it defaults to catch function automatically.