Open ebellumat opened 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..
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
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