Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Thunder's edge swipe to go back on Android #1350

Merged
merged 1 commit into from
May 5, 2024

Conversation

hjiangsu
Copy link
Member

@hjiangsu hjiangsu commented May 3, 2024

Pull Request Description

This PR disables Thunder's edge swipe to go back gesture when Full Swipe Gestures is disabled. This does not affect Android's system navigation gestures. For iOS, the edge swipe to go back will always be enabled regardless of the setting toggle because that's the primary way to navigate back on iOS devices.

@micahmo if you could test this out on a physical device and let me know, that would be great! I tested it on an emulator and it seems to be working as expected there.

Issue Being Fixed

Issue Number: #1340

Screenshots / Recordings

Checklist

  • Did you update CHANGELOG.md?
  • Did you use localized strings where applicable?
  • Did you add semanticLabels where applicable for accessibility?

Copy link
Member

@micahmo micahmo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on a physical device and it seems fine!

Although I'm still a bit unsure as to the cause of this bug because the page showed in the bug demo wasn't created with SwipeablePageRoute (and I verified that I can't use full-page swipe on my device, regardless of the setting).

@hjiangsu
Copy link
Member Author

hjiangsu commented May 5, 2024

I'm still a bit unsure as to the cause of this bug because the page showed in the bug demo wasn't created with SwipeablePageRoute

Ahh yeah you're right - I wasn't able to reproduce that issue either. I think this is still a step in the right direction!

@hjiangsu hjiangsu merged commit f60763a into develop May 5, 2024
1 check passed
@hjiangsu hjiangsu deleted the fix/android-edge-swipe-back branch May 5, 2024 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants