开发者

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 a webpage designed to run on mobile devices, specifically Android and iOS. Everything seems to be working fine on iOS, but I'm experiencing very weird behavior on Android. I'm using ASP.NET with C# and jQuery.

Specifically, I have a form with several text inputs. There's nothing special about 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) the screen jumps erratically when inputting information. On a Samsung Galaxy S, the user isn't able to开发者_C百科 input data because the keyboard never appears when the text area is tapped. Any ideas?

Unfortunately, I cannot share a link as external requests are blocked by our firewall.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜