When we load a page with a keyboard input that is located at the bottom, the page scrolls to the bottom when keyboard is initialized. Demo: http://jsfiddle.net/MK947/3663/
It seems related to issue #213 . We had to disable line 'base.temp.find('input').caret(3,3)' to prevent this behavior.
When we load a page with a keyboard input that is located at the bottom, the page scrolls to the bottom when keyboard is initialized. Demo: http://jsfiddle.net/MK947/3663/
It seems related to issue #213 . We had to disable line 'base.temp.find('input').caret(3,3)' to prevent this behavior.