guyromb / cordova-open-native-settings

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

Callback to closed settings? #40

Open ebellumat opened 5 years ago

ebellumat commented 5 years ago

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

eduardoewgo commented 5 years ago

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

ebellumat commented 5 years ago

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.

eduardoewgo commented 5 years ago

damn man.. haha. thanks for the reply anyway

rejimal-rck commented 4 years ago

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