-
-
Notifications
You must be signed in to change notification settings - Fork 76
Feature: Option to open Settings #182
Comments
Hi @bradmartin The feature is implemented in the latest version of nativescript-geolocation @4.4.0, which is now published to npm. |
When using version 4.4.0, my nativescript-angular app shows this error when executing
I reverted to 4.3.1 to avoid this issue. |
Hi @Ahnert1 , Can you please provide us a sample app where the issue can be reproduced and steps to reproduce it. |
I have a sample nativescript playground app which has nativescript-geolocation@4.4.0 installed. To view the error, simply open the file You will now see that an Error has appeared: I have created another playground app which has nativescript-geolocation@4.3.1 (previous version) installed. No error will be displayed when following the same steps as above. |
Implement an option to present the user with the Permissions setting screen for the current application if
isEnabled
returns false.The text was updated successfully, but these errors were encountered: