Navigate user to system settings page

Hello. If location services permission is turned off, I want to navigate user to app’s setting page. I was able to achieve this on iOS using following plugin: http://www.christian-cook.co.uk/post/102179363205/cordova-settings-plugin-for-ios

is there a similar solution for Android?

1 Like

maybe this is working?

1 Like

Ah looks great! will try and report back soon

1 Like

It works great. The only difference is that on ios it goes straight to your app’s settings and on android it goes to settings of all applications, from there you have to scroll to your app click it and then you can edit permissions.

Thanks

nice to know, thanks for the feedback

Can we navigate to settings in ios13 as well?? Currently I have only found the plugins which only work till ios10