Reputation: 165
I am trying to use the Location Accuracy plugin but it is not working. I can test Native Ionic plugins via running "cordova run browser" and I see other native plugins like the Camera works just fine.
However, when I try to test the Location Accuracy, it says the plugin is not installed. I have tried everything (including the Google Play Services, etc) but nothing is working.
Any help?
Upvotes: 1
Views: 1284
Reputation: 7507
Thats correct. If you have a look at the supported platforms of location-accuracy plugin you will see that only Android and iOS are supported, not the browser platform. If you further check the underlying cordova plugins plugin.xml
you will also see that there are only <platform>
tags for Android and iOS.
Upvotes: 1