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

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

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