You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Ivan Doroshenko (JIRA)" <ji...@apache.org> on 2013/08/02 00:29:48 UTC

[jira] [Comment Edited] (CB-4282) Device's keyboard blocking the view content

    [ https://issues.apache.org/jira/browse/CB-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13726979#comment-13726979 ] 

Ivan Doroshenko edited comment on CB-4282 at 8/1/13 10:28 PM:
--------------------------------------------------------------

I have same issue on all my android devices. Virtual keyboard block text input and I am no able to scroll down. IOS is no affected.

Here is screenshot of initial state: https://www.dropbox.com/s/h1hik2k2bbs7nsn/Screenshot_2013-08-02-01-12-48.png
Here is screenshot of issue: https://www.dropbox.com/s/194t0eh0z4hog8m/Screenshot_2013-08-02-01-13-01.png

Here is code example:

<!DOCTYPE html>
<html>
<head>
    <meta content="text/html; charset=UTF-8" http-equiv="content-type">
    <script type="text/javascript" src="cordova.js"></script>
</head>
<body>
</body>
    <input type="text" style="position:absolute;bottom:5%;"/>
</html>
                
      was (Author: idoroshenko):
    I have same issue on all my android devices. Virtual keyboard block text input and I am no able to scroll down. IOS is no affected.

Here is screenshot of initial state: https://www.dropbox.com/s/h1hik2k2bbs7nsn/Screenshot_2013-08-02-01-12-48.png
Here is screenshot of issie: https://www.dropbox.com/s/194t0eh0z4hog8m/Screenshot_2013-08-02-01-13-01.png

Here is code example:

<!DOCTYPE html>
<html>
<head>
    <meta content="text/html; charset=UTF-8" http-equiv="content-type">
    <script type="text/javascript" src="cordova.js"></script>
</head>
<body>
</body>
    <input type="text" style="position:absolute;bottom:5%;"/>
</html>
                  
> Device's keyboard blocking the view content
> -------------------------------------------
>
>                 Key: CB-4282
>                 URL: https://issues.apache.org/jira/browse/CB-4282
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android, iOS
>         Environment: iOS/Android App
>            Reporter: Thales Machado
>            Assignee: Joe Bowser
>
> I'm working on an app that needs to validate a bunch of input tags (HTML5). So imagine a screen full of inputs. when I tap on an input that is bellow half of the screen, the keyboard shows up, but the screen won't scroll down, making the input be 'behind' the keyboard. Nonetheless, when I type something in the keyboard and press DONE the input stays blank. How could I get the KeyBoard size so I can manually do the scroll if necessary? 
> Another thing, as the user enters this View, (it is taller an thiner than the previous one) so the keyboard appears automatically without even focusing in any input. How can I prevent the showkeyboard Event from happening?
> Thanks

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira