javascript - In phonegap app, the scrolling is not happening when user tries to scroll on input fields -


in phonegap app, scrolling (scrolling gestures) working expected when user scrolls on non-editable elements. scrolling not happening in pages when user scrolls(scrolling gestures) on input/textarea field boxes. need add property allow scrolling on input fields , textareas?


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -