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
{{ message }}
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.
Currently, the app displays a toast to prompt the user, in case the user hits the back button.
Expected Behaviour
The app should not display any toast or dialog to confirm exit, unless there is some task running in the background (say, download), as this breaks user experience. Moreover, none of the standard apps implement this.
Would you like to work on the issue?
Yes
The text was updated successfully, but these errors were encountered:
Confirmation before exit is pretty standard for apps which have muti-level navigation within the application and it is quite annoying to be led out of the app when just clicking back to get to the main screen. Sometimes people don't know they are on home screen and just click back couple of times
The apps which don't implement this feature are pretty optimized with initial loading in milliseconds and we load quite a bit of information on initial load.
Confirmation before exit is a bad UX design according to modern app design and specially for advanced users, people who are using this app are quite advanced and I think all are developers or techies or entrepreneurs so they are not normal user who are using this. So these type of users always make a correct move, so for them it would be annoying. Just a suggestion from my experience.
Actual Behaviour
Currently, the app displays a toast to prompt the user, in case the user hits the back button.
Expected Behaviour
The app should not display any toast or dialog to confirm exit, unless there is some task running in the background (say, download), as this breaks user experience. Moreover, none of the standard apps implement this.
Would you like to work on the issue?
Yes
The text was updated successfully, but these errors were encountered: