You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/02/01 10:58:22 UTC

[GitHub] JKershaw commented on issue #472: iOS 12 / UIWebView Keyboard covers INPUT elements at the bottom of page

JKershaw commented on issue #472: iOS 12 / UIWebView Keyboard covers INPUT elements at the bottom of page
URL: https://github.com/apache/cordova-ios/issues/472#issuecomment-459685648
 
 
   This isn't a great solution, but a bit of a hack for anyone (like me) desperately trying to fix this bug.
   
   Adding a tall div at the bottom of every page for iOS devices gets around the issue. 
   
   It gives enough runoff room for the text input to be scrolled into place. The downside is you now have a blank section at the bottom of every page, but I'd prefer that to not being able to use a text input until this is fixed properly.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org