Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
iOS 7.0, iOS 7.1, iOS 6.1
Description
1. Create blank Cordova application.
2. Made following changes:
index.hmml
Replace content of div with id="deviceready" with following content
<input type="text"/>
<input type="checkbox"/>
js/index.js
comment line
app.receivedEvent('deviceready');
css/index.css
in the class .app
change position:absolute to position: fixed
3. Build app and launch it
4. Touch text box. Keyboard should popup
5. Touch checkbox. Keyboard is shown, but all page moved a bit bottom.