-
Notifications
You must be signed in to change notification settings - Fork 216
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
Can't scroll on iOS #217
Comments
I can reproduce the issue on the simulator. Did you also try it on a real device? (I don't have one at hand) |
Yes, i have tested it on real device iPhone 6s and Simulator :/ |
you have any ideas/hints what could be the problem? |
Thanks for feedback for the real device test. |
Same behavior with latest Bootstrap beta, it seems that there's an element capturing the scrolling event, still investigating... |
Removing I will try with the official cordova WKWebView plugin to see if it works or not. |
i think i have found a solution... add to config.xml
between "" and @sinedied could you approve it? i tested this with simulator on Xcode 9.2 and iPhone 6s (latest updates) and it works |
I cannot test it at the moment, but it seems a viable fix, seeing https://github.com/ionic-team/cordova-plugin-ionic-webview/blob/master/src/ios/CDVWKWebViewEngine.m#L377 I could not find a documentation for this setting anywhere though, so I'm unsure of the reason for the default value being false. What's even more strange is that in previous Thanks for finding this fix, I'll add it specifically for the mobile/Bootstrap generation path since it's not needed when using Ionic or Angular Material 👍 |
@2peter3 I just tested the workaround, the scrolling works as expected. |
I'm submitting a...
[X] Bug report
[ ] Feature request
[ ] Documentation issue or request
Current behavior
Can't scroll on iOS
Expected behavior
Scrolling :)
Minimal reproduction of the problem with instructions
Installing a fresh version with this Settings:
After this prepare cordova with:
npm run cordova:prepare
Now add some long text to src/app/home/home.component.html
example:
and build cordova with
npm run cordova:build
Go to XCode, Open Project and Select the Developer Team and Run it on Device.
Scrolling wont work, so nobody wont see "kkkkkkkkkk"
Environment
Others:
The text was updated successfully, but these errors were encountered: