-
-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
locationAuthorizationMode is not exposed #90
Comments
locationAuthorizationMode is exposed here by the iOS plugin API and can be seen in use here in the example app - you can confirm this is working by building and running the example project . If you're still have issues with your own code, please post more useful information such as the platform version, cordova cli version, plugin version and code snippet illustrating usage. |
Sorry for the lack of info. |
OK, I think I understand your issue. Since on Android So for the next version I will add for the Android version:
This will allow you to use the same code on both Android and iOS:
|
Exactly Dave. I understand it makes no sense in android, it is just to make it easier to use. |
cordova.plugins.diagnostic.locationAuthorizationMode is undefined
The text was updated successfully, but these errors were encountered: