Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [predictive-back]

The tag has no usage guidance.

predictive-back
0 votes
0 answers
46 views

Navigation component, Fragments and predictive back: some clarification

I'm trying to implement the predictive back gesture in an app based over fragments and navigation component. While it works out of the box for bottom sheets and activities, it doesn't work with ...
m.i.n.a.r.'s user avatar
  • 1,040
1 vote
2 answers
583 views

Android 14 predictive back background color mismatch

I am implementing predictive back in my android app and am facing a problem. In the left screenshot below, the redder color is my android:windowBackground and I am in the process of doing a predictive ...
SweSnow's user avatar
  • 17.3k
1 vote
1 answer
2k views

Android 14 Predictive Back crashes with setVisibility=true while transition is not collecting or finishing ActivityRecord

Sometimes during back transition using back gesture on Android 14 with predictive back enabled, my app is crashing with the following crash log: ActivityTaskManager system_server ...
Pavlo28's user avatar
  • 1,546
2 votes
2 answers
769 views

Android 14 predictive back gesture - blinking white background color

According to the docs, we simply should update 'androidx.activity:activity' version in the build.gradle and add android:enableOnBackInvokedCallback="true" to the Manifest to make predictive ...
Pavlo28's user avatar
  • 1,546
1 vote
2 answers
526 views

How to disable Predictive Back gesture while swipping left or right in Xamarin Forms Android?

In my Xamarin Forms Android application I'm trying to disable this Predictive back gesture while we swipe left or right from edge of the screen, the app will go back or forward and it messes with the ...
Vignesh Kandassamy's user avatar