I built application in gwt to mobile and I have some bugs that i can not fixed them 1) I have textBox in the bottom of screen and when i click on textBox the virtual Keyboard open and hide the textBox this is css code of textBox
border: 0 none;
float: right;
width: 80%;
background-color: #F0F0F4;
color: #00AEEF;
padding-bottom: 2%;
padding-top: 2%;
and this is screenshot of state screen 1) http://i250.photobucket.com/albums/gg253/gallavie/Screenshot_2014-09-05-00-56-44_zps6303037b.png 2) http://i250.photobucket.com/albums/gg253/gallavie/Screenshot_2014-09-05-00-56-19_zps9f3a133a.png 3) http://i250.photobucket.com/albums/gg253/gallavie/Screenshot_2014-09-05-00-56-37_zps6e212af5.png 4) http://i250.photobucket.com/albums/gg253/gallavie/Screenshot_2014-09-05-00-56-44_zps6303037b.png thank you