Skip to content

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

Description

@rayyangh

Is your feature request related to a problem? Please describe.

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

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

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

Describe alternatives you've considered

No alternatives

Additional context

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2random bugs & feature requeststype:featureNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions