amun311
Results
2
comments of
amun311
add this in your code: `def event(e): if e.data=='detach' and page.platform == ft.PagePlatform.ANDROID: os._exit(1) page.on_app_lifecycle_state_change = event`
> Could it be possible to minimize the app as if middle button was pressed instead of exit, so it will open faster the next time? Ad this to your...