You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as im aware of, currently, using the back button for the android immediately closes the app. The on_exit handler doesnt work. Are there any work arounds we could use at the moment? if its possible.
As things are now, the simplicity is alright, but I feel like this functionality is necessary.
Describe the solution you'd like
Exactly how on_exit handler and exit() method would work in windows.
It would be helpful to have an onDestroy handler for the app, as the 'Back' button serves as a core and standard navigation control for android.
Describe alternatives you've considered
None.
Additional context
I would like to use it for navigation purposes (more specifically, changing to previous screens) and saving operations (autosave changes).
The text was updated successfully, but these errors were encountered:
What is the problem or limitation you are having?
As far as im aware of, currently, using the back button for the android immediately closes the app. The on_exit handler doesnt work. Are there any work arounds we could use at the moment? if its possible.
As things are now, the simplicity is alright, but I feel like this functionality is necessary.
Describe the solution you'd like
Exactly how on_exit handler and exit() method would work in windows.
It would be helpful to have an onDestroy handler for the app, as the 'Back' button serves as a core and standard navigation control for android.
Describe alternatives you've considered
None.
Additional context
I would like to use it for navigation purposes (more specifically, changing to previous screens) and saving operations (autosave changes).
The text was updated successfully, but these errors were encountered: