-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Back swipe doesn't work in xdc apps #2317
Comments
this is on purpose as apps, esp games, using comparable gestures are otherwise terminated unexpectedly - which is much worse, when a new highscore is ruined by that :) |
I see. That would be annoying. Still think it's also annoying that you can't swipe back when you go into eg a todo list. Maybe we can make a toggle for it that remembers which app you want to be able to swipe back? |
maybe. issue with an option will then be that there is no consistent way to exit apps :/ that will look even more as bug - or needs explanation/care of users. also, we try to avoid options wherever possible. maybe we should also consider to re-add the swipe option in general. this might be the better tradeoff:
|
Idk how fast the games are but we can also store the pushed webxdc vc for a couple seconds so if you click the same webxdc item, it will give the stored vc instead of restarting the web view? So if you accidentally exit it wouldn't discard anything. or on first back-swipe we can ask the user "did you mean to close the webxdc app? y/n" and store their preference for this webxdc app It's not great UX to have to go all the way to top left to exit the view. |
I guess if the webxdc app should configure it, then it should be a property in the |
#2322 made a concept that fixes some of your concerns with backswipe interfering with games. RPReplay_Final1729015044.mp4 |
The text was updated successfully, but these errors were encountered: