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

Stefano Musiani commented on CB-5627:
-------------------------------------

hello there,

I have the same issue, 

I didn't get how you solved it, could you help me out?

I'm using Angular Material 1 and the last Cordova.

 

thanks !

> Keyboard Covers Input fields when fullscreen=true in config.xml
> ---------------------------------------------------------------
>
>                 Key: CB-5627
>                 URL: https://issues.apache.org/jira/browse/CB-5627
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-android
>    Affects Versions: 3.2.0
>         Environment: plain html with cordova 3.2 for android.
> tested on samsung s3 and s4 (android 4.3)
>            Reporter: Martin Anders
>            Priority: Major
>
> If you set 
> <preference name="fullscreen" value="true" />
> in config.xml then there occurs a bug with input text fields.
> On a scrollable page with many input fields if i focus an input field then 
> the keyboard pops up and hides some input fields behind. i can't scroll to 
> the textfields near the end of the page. it seems that the browser area is 
> not resizing.
> Expected behavior:
> there should be no difference betweenn fullscreen on/off, 
> here is the example code:
> <!DOCTYPE HTML>
> <html manifest="" lang="en-US">
> <head>
>     <meta charset="UTF-8">
>     <title>Example</title>
>     <!--<script 
> src="http://10.49.40.139:8081/target/target-script-min.js#anonymous";></script>-->
>       <style type="text/css">
> input {
>     color: red;
>     background-color: black;
>       margin: 30px;
> }
> </style>
>      <script>
>                if( document.location.toString().substring( 0,4 ) != 'http' )
>          {
>              document.write( '<script src="cordova.js"><' + '/script>' );
>          }
>      </script>
> </head>
> <body>
>     <div id="appLoadingIndicator">
>         <input value="hahaha">
>               <input value="hahaha">
>               <input value="hahaha">
>               <input value="hahaha">
>               <input value="hahaha">
>               <input value="hahaha">
>               <input value="hahaha">
>               <input value="hahaha">
>               <input value="hahaha">
>               <input value="hahaha">
>     </div>
> </body>
> </html>



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to