guyromb / cordova-open-native-settings

Plugin to open native screens of iOS/android settings (maintained, end-2020)
http://gsrweb.net
MIT License
113 stars 105 forks source link

Check for existing settings? #65

Open Faksprod opened 3 years ago

Faksprod commented 3 years ago

Hi and thanks for this easy to use plugin.

Question 1: Is it possible to directly access/open a child setting element? Could be easier for the user to be redirected exactly where he has to go; no needs to scroll and search for the right setting (= better UX). For exemple I'de like to open: Setting > Display > Full screen Apps

Capture d’écran 2021-09-21 à 18 51 15

Question 2: Is it possible to check if a specific setting exist on the device before redirecting the user on it? Same exemple with Settings > Display > Full Screen Apps. This option exists only on some device or Android OS. Would it be possible to detect this from our Cordova app?

Thanks!