cordova-open-native-settings
cordova-open-native-settings copied to clipboard
Callback to closed settings?
Any callback to detect if the user close the settings screen? I need this to refresh the application after the user chance the settings. Thanks
Any callback to detect if the user close the settings screen? I need this to refresh the application after the user chance the settings. Thanks
Did you find a solution for that? I'm the same situation here..
Unfortunately i had to do a macgyverism, When the settings are open, i create a setInterval to check if the settings was changed, when true, i reload the page and remove the setInterval.
damn man.. haha. thanks for the reply anyway
@ebellumat @eduardoewgo you could use platform resume and pause methods instead of setting interval