Unexpected Behaviour shown while opening the pop up screen in iPad usingjquery mobile -


i opening pop screen on clinking header button after open of pop fill field keyboard open. along black screen open. how remove unnatural behaviour. the theme move upward when open keyboard. used simple code :

http://jsfiddle.net/ravi1989/jdkdw/

<div data-role="page" id="home" >          <div data-role="header" data-theme="b" data-position="fixed" data-tap-toggle="false" >             <h1 class="ui-title"  id="hdr" style="text-align:left;margin-left: 100px;">my cases</h1>             <div class="ui-btn-right" id="headerbuttons" data-role="controlgroup" data-type="horizontal">                 <a href="#usersettingscreen" data-transition="none" data-role="button" data-inline="true" data-iconpos="notext" data-icon="gear" data-theme="b" id="setting" data-rel="popup" data-position-to="window">setting</a>                 <a href="#caseinformationscreen" data-transition="none" data-role="button" data-iconpos="notext" data-inline="true" data-icon="plus" data-theme="b" data-rel="popup" id="add" data-position-to="window">add</a>                 <a href="" data-role="button" data-transition="none" data-inline="true" data-theme="b" data-rel="popup"id="edit" data-position-to="window">edit</a>             </div>         </div>          <div data-role="content">              <ul data-role="listview" data-inset="true" id="folderdata" >             </ul>             <!-- **************case information pop start*******************-->             <div data-role="popup" id="caseinformationscreen" data-close-btn="none"  data-overlay-theme="a" data-dismissible="false">                 <div data-role="header" data-theme="b" >                      <a href="#" data-role="button" data-corners="false" id="cancel">cancel</a>                     <h1>case information</h1>                     <a href="#" data-role="button" data-corners="false" id="addbutton">add</a>                 </div>                  <div data-role="content">                     <div><img src="img/documents.png"/></div>                     <div data-role="fieldcontain">                         <label for="text-12" style="text-align:top;margin-left: 0px;">case name:</label>                         <input name="text-12" id="text-12" value="" type="text" class="casename_h" >                     </div>                     <div data-role="fieldcontain">                         <label for="text-12" style="text-align:left;margin-left: 0px;" >case date:</label>                         <!--input name="text-12" id="text-12" value="" type="date" class="casedate_h"  -->                         <input name="mydate" id="mydate" type="date" data-role="datebox" data-options='{"mode": "datebox", "usenewstyle":true}'/>                     </div>                     <div data-role="fieldcontain">                         <label for="textarea-12">textarea:</label>                         <textarea cols="40" rows="8" name="textarea-12" id="text-12" class="casetextarea_h"></textarea>                     </div>                 </div>             </div>             <!--case information pop end************************-->              <!--   user setting pop start-->       </div>     </div> 

enter image description here enter image description here


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -