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
Platform and Target: Android 10, Capacitor app (Huawei P30 Pro)
Live Link or CodeSandbox: Not available (bug occurs only on device)
Describe the bug
When a page has a back/return button, tapping the back button at the exact same time as performing the Android back swipe gesture causes the screen to freeze after navigating back.
To Reproduce
Open any page with a back button.
Tap the back button while simultaneously performing the Android back-swipe gesture.
The app navigates back, then the UI freezes.
Expected behavior
The app should navigate back once without freezing.
Actual Behavior
The app navigates back, then the screen becomes frozen/unresponsive.
Screenshots
N/A
Additional context
Device: Huawei P30 Pro
Android 10
Occurs consistently when both back actions trigger at the same moment.