Skip to content
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

Enable predictive back gesture support (android 14+) #1241

Open
rayyangh opened this issue Oct 13, 2024 · 1 comment
Open

Enable predictive back gesture support (android 14+) #1241

rayyangh opened this issue Oct 13, 2024 · 1 comment
Labels
P2 random bugs & feature requests type:feature New feature or request

Comments

@rayyangh
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

No, it is not a major problem, it is just a feature to help integrate with newer versions of android that's all. It is very minor and I understand that you may have "bigger fish to fry" as they say.

Describe the solution you'd like
A clear and concise description of what you want to happen.

in AndroidManifest.xml, in the tag, set the android:enableOnBackInvokedCallback flag to true.

<application
    ...
    android:enableOnBackInvokedCallback="true"
    ... >
...
</application>

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

No alternatives

Additional context
Add any other context or screenshots about the feature request here.

link to android developer page explaining this feature: https://developer.android.com/guide/navigation/custom-back/predictive-back-gesture

@rayyangh rayyangh added the type:feature New feature or request label Oct 13, 2024
@deckerst
Copy link
Owner

Actually I've already looked into it and made the necessary changes in Aves, but there's a last hurdle at the framework level. I'm waiting to see the next release from the framework to decide what to do next.

@deckerst deckerst added the P2 random bugs & feature requests label Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 random bugs & feature requests type:feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants