https://github.com/mrft/ionicapp_contentscrollkeyboardinputtest
An Ionic test to see if I can make the keyboard, scrolling and input behave as expected...
https://github.com/mrft/ionicapp_contentscrollkeyboardinputtest
Last synced: about 1 year ago
JSON representation
An Ionic test to see if I can make the keyboard, scrolling and input behave as expected...
- Host: GitHub
- URL: https://github.com/mrft/ionicapp_contentscrollkeyboardinputtest
- Owner: mrft
- Created: 2016-01-09T16:46:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-09T17:43:02.000Z (over 10 years ago)
- Last Synced: 2025-04-24T01:16:07.528Z (about 1 year ago)
- Language: JavaScript
- Size: 1.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ionicApp_ContentScrollKeyboardInputTest
An Ionic test to see if I can make the keyboard, scrolling and input behave as expected...
Don't forget to do (if your android-sdk is properly installed, including Android 4.x SDK)
ionic platform android
Testing this application on an android 4 phone should be no more than running
npm run developPhone
I have been testing on an HTC with Android 4.0.3
This project uses browserify and iced-coffee-script, but that shouldn't matter
since the main concern is the template file
*www/js/components/ionic-test/ionTestDirective.html*.
That file contains a lot of input tags, but when you tap one input field, type
something on the onscreen keyboard, and then try to tap the next field, nothing
works as expected.
* The screen jumps everywhere, and you don't know which input field is selected
* if you scroll down a little bit while the keyboard is visible, and then tap
the next field, it's as if it has lost the correct position and you actually
click somewhere else
* This also has effects on the scrolling, because when you try to scroll again,
it jumps first with an offset that seems related to how much you scrolled
just before