cordova-open-native-settings icon indicating copy to clipboard operation
cordova-open-native-settings copied to clipboard

Callback to closed settings?

Open ebellumat opened this issue 6 years ago • 4 comments

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

ebellumat avatar Feb 12 '19 22:02 ebellumat

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..

eduardoewgo avatar May 08 '19 15:05 eduardoewgo

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.

ebellumat avatar May 10 '19 16:05 ebellumat

damn man.. haha. thanks for the reply anyway

eduardoewgo avatar May 10 '19 20:05 eduardoewgo

@ebellumat @eduardoewgo you could use platform resume and pause methods instead of setting interval

rejimal-rck avatar Dec 27 '19 07:12 rejimal-rck