You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the support for Android Predictive back gesture would be great. I want to add it on my app, so I begin to check the code of capacitor-app and I see that it uses the system need for this feature, but, it doesn't use it. This should not be very complicated to add as the whole base is already present and only requires the addition of a condition to set isEnabled to true or false.
It need also upgrading androidxActivityVersion to 1.6.1 minimum.