-
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
RC1 swipe-back on iOS doesn't disable vertical scroll #9052
Comments
@levymetal we are aware of this issue, here's the thing, we can't find yet a good way to disable scrolling |
Ah, I see. Is there a way to disable swipe back then? I've tried |
@levymetal Yes, have a look here: I'm concidering wring my own "swipe to go back" using the swipe gesture event and manually poping the page from the navstack. It won't be as nice at the native "real time swipe" of course, but better than nothing, and better that the current ionic implementation. Might be worth a try! |
@danielcrk-cn Awesome, that worked, cheers for that! I like your idea as a stop-gap until this issue is resolved. Let us know if you end up doing it. |
This is not fixed in RC3 (at least not in my app). I see some logging in XCode console regarding scrolling, but I'm still able to scroll the leaving view in the middle of a swipe back.
Everything should be up to date:
|
@biesbjerg it need hybrid assistance, are you using the latest ionic WK plugin? |
Any updates regarding issue? I have not yet found a method to disable the scrolling during swipe back. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Short description of the problem:
If you swipe-back on iOS, the content on the current page can still be scrolled. This can be reproduced on both the device and emulator. Video: https://youtu.be/WTS_-KXSW74
What behavior are you expecting?
Once a swipe-back is initiated, vertical scrolling should be disabled.
Steps to reproduce:
Which Ionic Version?
2.0.0-rc.1
Plunker that shows an example of your issue
No need, the tutorial app exhibits this behaviour.
Run
ionic info
from terminal/cmd prompt:Your system information:
Cordova CLI: 6.3.1
Ionic Framework Version: 2.0.0-rc.1
Ionic CLI Version: 2.1.1
Ionic App Lib Version: 2.1.1
Ionic App Scripts Version: 0.0.36
ios-deploy version: 1.9.0
ios-sim version: 5.0.9
OS: Mac OS X El Capitan
Node Version: v6.2.1
Xcode version: Xcode 8.1 Build version 8B62
The text was updated successfully, but these errors were encountered: