SUMMARY Maybe this is a Qt issue, I'm not sure how to test that though because I don't know of any non-KDE Android apps written in Qt. If I try to use the back gesture on top of a widget, the widget acts as if it has been tapped. STEPS TO REPRODUCE 1. Download Kirigami gallery 2. Open the page "List View with Cards" 3. Place your finger on the right-side of the screen, above one of the "Install" buttons, and swipe left OBSERVED RESULT The android back gesture is registered, but the install button is also pressed EXPECTED RESULT The install button should not be pressed SOFTWARE/OS VERSIONS Android 12 ADDITIONAL INFORMATION Also happens on Kasts
Can reproduce on the desktop too, with a touchscreen. I guess when a gesture is recognized, we should stop padding the event down to the view.