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 2018/11/06 10:35:37 UTC

[GitHub] sadikyalcin commented on issue #50: Scroll to top for bottom TextField not working.

sadikyalcin commented on issue #50: Scroll to top for bottom TextField not working.
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/50#issuecomment-436207164
 
 
   I just replicated this too. The view does not auto scroll to the focused element. I had come across similar behaviour on android which will demonstrate what we mean. Sorry but I do not have the time to create you a test project.
   
   https://stackoverflow.com/questions/52718697/android-keyboard-covering-and-moving-input-elements-off-screen
   
   ```
   <html lang="en">
   <head>
   <style>
     html,
     body {
       height: 100%;
       position: relative;
     }
   
     input {
       position: absolute;
       bottom: 50px;
     }
   </style>
   </head>
   <body>
     <div>
       <input type="text" placeholder="Test"></input>
     </div>
   </body>
   </html>
   ```

----------------------------------------------------------------
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