Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Callback to closed settings? #40

Open
ebellumat opened this issue Feb 12, 2019 · 4 comments
Open

Callback to closed settings? #40

ebellumat opened this issue Feb 12, 2019 · 4 comments

Comments

@ebellumat
Copy link

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
Copy link

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
Copy link
Author

ebellumat commented May 10, 2019

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
Copy link

damn man.. haha. thanks for the reply anyway

@rejimal-rck
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants