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 -

c# - Update a combobox from a presenter (MVP) -

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