c# - Unusual behavior of text inputs on stock Android browser -
edit: tested on droid x running android version 2.2.1. samsung galaxy s version unknown.
i'm developing webpage designed run on mobile devices, android , ios. seems working fine on ios, i'm experiencing weird behavior on android. i'm using asp.net c# , jquery.
specifically, have form several text inputs. there's nothing special these text inputs:
<div class="line"> <input name="street" type="text" id="street" style="height:25px;width:194px;" /> </div> now, when viewed on android devices (specifically droid x) screen jumps erratically when inputting information. on samsung galaxy s, user isn't able input data because keyboard never appears when text area tapped. ideas?
unfortunately, cannot share link external requests blocked our firewall.
Comments
Post a Comment