-
Notifications
You must be signed in to change notification settings - Fork 272
disableScroll doesn't work on latest iOS on iPhone 6 #90
Comments
It's working correctly now. Wonder what was the issue. |
Started experiencing the same issue. Is this related to the plugin or something else? |
Are you using WKWebView ? |
This issue appeared before that too but yes. That could be the reason why it returned. On Fri, May 29, 2015 at 3:50 PM, Grigorius [email protected]
|
I see the same thing. Using AppGyver but I don't think it uses WKWebView |
We don't use WKWebView anymore and still have this issue. |
I am having the same issue in the iPhone 6 simulator, iOS 8.4. No matter how many times I call disable scroll, it bounces. Randomly, it will work. |
Adding this seems to resolve it:
Note: I'm using |
no, not at all. and the keyboard randomly crashes the app as well. I wish appgyver would spend some time on something as important as the keyboard |
@tlancina Tim, if I send you an invite to a private bitbucket repo, can you build it and verify the form bug on IOS? If so, plz send me an email address that I can send you the info and I trust ya'll will keep my code private. Cheers |
@jason-engage that should work fine, bitbucket is free to sign up right? Email is tim at ionic.io, thanks! |
Yeah its free. You'll have the invite to join my repo by tomorrow morning. |
Has anyone fixed this issue yet? |
@tlancina @jason-engage, have you gotten to the bottom of this? Happy to help reproduce if not. |
Nope, I haven't solved it yet. On Tue, Oct 13, 2015 at 12:55 AM, Rob Eroh [email protected] wrote:
[image: ENGAGE] http://www.engageify.com/
|
I can confirm this. disableScroll isn't working on iphone 6. It does work for older versions (5, 5s) |
Yes, for me as well, any update on this? @tlancina |
I solved this issue by adding |
|
Hi,
I've tried this plugin a while ago and it was working perfectly, I tried it today and somehow the screen bounces when the keyboard is active.
Code I'm using to activate the feature (this runs inside $ionicPlatform.ready()):
cordova.plugins.Keyboard.disableScroll(true);
This is what happens when an input is focused: http://vitrin.io/static/ionic-keyboard-bug-demo.html
Am I doing something wrong?
Thanks.
The text was updated successfully, but these errors were encountered: