-
Notifications
You must be signed in to change notification settings - Fork 219
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
WKWebView support for Meteor iOS apps #202
Comments
I didn't see the keyboard sliding issues but there's another one to add: Scroll bars: they shouldn't be visible like on a UIWebView. They show up when you scroll then hide when you don't similar to the OS X default behaviour. |
@1nsaneinc I might want to point out if you run the app using |
@Tarang I have attached a comparison, running the app on an iPhone 5. |
@1nsaneinc Could you check if the behaviour is different if you use I've discerned the behaviour is different (More details here: practicalmeteor/meteor-wkwebview#1) |
@Tarang Tried |
@1nsaneinc Not sure what to do about the keyboard issue but there is a quick fix (that forces it not to move) still feels un natural:
|
@1nsaneinc If you have content over a page long does yours show scroll bars when you scroll? |
+1, is there any update on this? |
+1 |
Did anyone figure out a fix for this please? I realized, if you run with But the real problem still, is that the entire header section disappears over the top whenever the keyboard is in focus. Even the input gets pushed too far high and an empty white area is seen above the keyboard. |
I'm getting the same problem as @insaneinc01 |
Did you manage to make it work with meteor 1.3 which ships WKWebview by default ? |
Hey @danlg But there are minor issues with the keyboard, I don't have a concrete fix, but here's what I'm doing: When keyboard shows up, and if its messing up elements above it, or creating extra space above it: When keyboard hides but leaves behind empty space:
Native keyboard Left-Right Arrows on iOS - moving from field to field using these arrows sometimes makes a weird jump. I realised |
Just came across http://practicalmeteor.com/drastically-improving-the-performance-of-your-meteor-ios-app-with-wkweb%E2%80%8Bview/
Is WKWebView already implemented in Meteoric?
(sorry if this is a dumb question)
I did try using Ronen Babayoff's package and saw a significant drop in memory usage of my Metoric iOS app. But there are other minor issues that showed up - the usual keyboard sliding glitches upon text entry, status bar overlaps etc.
Any pointers/suggestions on how to go about handling these issues please?
Thanks
The text was updated successfully, but these errors were encountered: