Is there a logic to terminate the app when the last page is being closed with the back button.
I would like to show a confirmation box to terminate the app. The reason for this is, when the app is running in the foreground after pressing the back button, if the user clicks the app on their phone they get stuck on the splash screen.
Nnnno, there isn’t any logic like that available that I know of. Log out should just return to the initial screen of the app, I don’t think it’s typical for any other commonly used apps to quit either.
Well there is a bug when the app is in the foreground after pressing the back button, when selecting the app in the foreground it freezes on the splash screen.
Hmm? I haven’t heard of that. Can you go into more detail on how this situation is created? Only on a standalone build right? Android? Is it that you’re on the “bottom” page and then try to go back (from Android native back button) and then it gets stuck on the splashscreen?
Hi! What is the issue you’re facing? There is no way to detect user using the android back button, but is your app ending up in a weird state? Please explain in more detail
So, i have a news app which plays audio for each news item. I want voice to stop when user click on back button. Currently i don’t have any solution for this. Audio keep playing even when user has moved to other app using back button.