jquery - Page refreshes on input form field Touch Events - Android, Samsung -


hey guys trying trouble shoot issue seems happening on android devices version 5 or older.

what happens is, when touch input field email-address or password login, page refreshes makes impossible ever enter information.

this not limited fields, form fields in application. have leave feedback page , form field refreshes page.

i had assumed having same issue disabling android's chrome pull-down-to-refresh feature none of solutions seem working me , can't figure out happening.

the information on android device:

samsung galaxy tab version 5.0.2 happening on firefox, , chrome on device.

i little new debugging on android , not find version of touch device using.

we using jquery mobile front-end , bootstrap javascript/css forms.

so found out, whenever screen resizes refresh event new screen size.

what happening on android had css property `

orientation: landscape

on landscape mode. happening click form field on android keyboard fires , resizes screen. triggering refresh, took keyboard away , sized screen regular screen no keyboard event.

how fixed using:

min-aspect-ratio: 13/9

this not happening on ios because far can tell, ios triggers scroll-bar event instead of screen resize event when keyboard opens.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -