iphone - Switch form input animation bouncing strangely in mobile safari -


when switching between form inputs on mobile safari, cursor animates down , bounces in strange way (whether you're using arrow buttons, or clicking form itself)

here link video of jumping in action

my guess it's quicktype bar that's causing screen change size of keyboard... try adding inputs.

<input autocapitalize="off" autocomplete="off" autocorrect="off" ... /> 

Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -