-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
enableOnBackInvokedCallback true #329
Comments
@rabaimorp It already supports this and also it doesn't use activity for stacking UI so it cannot work within the app |
Google recently pushed an update that added the support for predictive back gestures for fragments. However, it created a lot of issues in the app like bottom bar disappearing when back gesture is invoked and cancelling back gesture, causing a series of blank screens. I disabled the predictive gestures completely from the app and will be publishing a hotfix soon until I figure out how to properly implement it and wait for Google to refine the dependency too. |
You can still test the predictive gesture for the whole app in the Build100.6.0 and let me know what issues you faced while using. This will help me fix issues in the future. |
Yeah. The main issue was that holding back would not just preview the previous state but actually go back. But after I "cancel" the back gesture I get to a blank screen, instead of just stating where I was originally. I tested this on multiple pages on the app. |
That's the issue, they've already fixed some parts of it in the recent beta release. I'll begin testing it soon in the app. |
Support for predictive back animations
Android 14 has a feature that shows you where the back button will take you to.
Looking at the apps beatiful animations, this would certanly add to the experience.
The text was updated successfully, but these errors were encountered: