-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
ion-content continues to scroll while swiping side menu iOS RC1 #9130
Comments
I don't believe this issue was resolved. I do see it being tagged in RC3 but i've just updated and attempted the same behavior with the same results. I see a few places in your commits that should have resolved this but didn't seem to do the trick. Here is an exact example of what is happening below: Lastly, not sure if this has anything to do with it, but I have this in my app.module.ts which actually fixed a few keyboard/form overlapping issues
Hopefully this is enough info. Thanks. |
As far as I know, this has been fixed when using WKWebView only. That comes with its own set of issues though. |
This is already in RC3 using ionic's WKWebview plugin. There is not way to stop ongoing scrolling in UIWebView. The current solution is hybrid, there are not API we can use in safari to stop scrolling without causing flickering. |
I'm using the wkwebview plugin btw. Forgot to mention that. I set it up exactly like the ionic post recommended. |
@jmordica have you updated to the latest version of the plugin? |
Yes but for some reason
Still trying to figure out why it's not showing your master branch data here |
Ok So i updated wkwebview and seemed to fix the issue! The content area no longer moves when dragging the side menu. Case closed. |
Short description of the problem:
In Ionic 2 RC1, when using
this.menu.swipeEnable(true);
on pages with ion-content, you should set the page to not allow scrolling because as the swipe is taking place, the content area continues to move. This has only been tested on iOSSteps to reproduce:
The text was updated successfully, but these errors were encountered: