Description
Hello,
Check out the following video: https://vimeo.com/161755036
First 2 times i am using the Done button from the keyboard to close the keybord which works very nice. The next 2 times i am clicking on the first input, which is a readonly input so i cannot focus. If you see, the keyboard gets closed but the entire page jumps a little. Take a look at the top header bar.
This its a blank ionic 2 application started with command
ionic start testinput blank --v2 --ts
Here is the ionic info
Cordova CLI: 6.1.1
Gulp version: CLI version 3.9.1
Gulp local: Local version 3.9.1
Ionic Framework Version: 2.0.0-beta.3
Ionic CLI Version: 2.0.0-beta.24
Ionic App Lib Version: 2.0.0-beta.14
ios-deploy version: 1.8.5
ios-sim version: 5.0.8
OS: Mac OS X El Capitan
Node Version: v4.4.1
Xcode version: Xcode 7.3 Build version 7D175
This recording was done directly from an Iphone 6 IOS 9.3
The page contains simple elements inside a ion-content
Is there something i can do about this? This happens each time you click outside of an input element. Even a button will behave like that.