iOS Safari Change Tabs Swipe Gesture Affects `Modal` Component
Open
Nobody has claimed this yet.
browser: Safari
customization: css
scope: drawer
- Dominant language
- JavaScript
- Stars
- 99.1k
- Forks
- 32.5k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 106
Description
Steps to reproduce
Minimal example code:
export default function App() {
return (
<SwipeableDrawer
SlideProps={{
sx: {
height: "61.8%",
},
}}
anchor="bottom"
onOpen={() => {}}
open
>
asdf
</SwipeableDrawer>
);
}
Your environment
iOS Version: 16.6.1
Model Name: iPhone 12 Pro Max
Search keywords: Style CSS JS Bleed
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the minimal SwipeableDrawer example on iOS Safari and inspect the SwipeableDrawer and Modal entry points mentioned by the report. Reproduce the tab-swipe interaction with the bottom drawer open, then verify that the browser gesture no longer affects the component.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100