We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I am currently developing reactjs application which used as a webview in Hybrid Mobile Application.
My Reactjs application using React-Drag-drawer. My drawer is having more content with scroll.
But I am facing weird issue that Scrolling up(swipe up) is working fine but when i scrolling down, drawer is closing in mobile.
Please help me to resolve this issue.
This issue is same as #18. Please reply if anyone fixed the issue.
<Drawer open={open} onRequestClose={this.toggle} direction='bottom' modalElementClass="points-slide-wrapper" > </Drawer>
toggle = () => { let toggle = this.state.toggle; this.setState({ toggle: !toggle }) }
.points-slide-wrapper { height: 95%; bottom: 0%; margin: auto; width: 100%; padding-top: 130px; z-index: 60000; display: none; text-align: center; -webkit-overflow-scrolling: touch; }
The text was updated successfully, but these errors were encountered:
I have this problem also and checked the demo , my code is exactly same with demo, but it is not working @hanford
Sorry, something went wrong.
@nimahkh Same problem here. Have you found the fix?
No branches or pull requests
Hi,
I am currently developing reactjs application which used as a webview in Hybrid Mobile Application.
My Reactjs application using React-Drag-drawer. My drawer is having more content with scroll.
But I am facing weird issue that Scrolling up(swipe up) is working fine but when i scrolling down, drawer is closing in mobile.
Please help me to resolve this issue.
This issue is same as #18. Please reply if anyone fixed the issue.
<Drawer open={open} onRequestClose={this.toggle} direction='bottom' modalElementClass="points-slide-wrapper" > </Drawer>
toggle = () => { let toggle = this.state.toggle; this.setState({ toggle: !toggle }) }
.points-slide-wrapper { height: 95%; bottom: 0%; margin: auto; width: 100%; padding-top: 130px; z-index: 60000; display: none; text-align: center; -webkit-overflow-scrolling: touch; }
The text was updated successfully, but these errors were encountered: