开发者

iPad safari crashing on simple form

开发者 https://www.devze.com 2023-03-29 15:05 出处:网络
I have created a simple Form in html. Its working fi开发者_StackOverflow中文版ne in desktop browsers. But in iPad\'s safari (simulator) when I try to type something in any of the text field of the for

I have created a simple Form in html. Its working fi开发者_StackOverflow中文版ne in desktop browsers. But in iPad's safari (simulator) when I try to type something in any of the text field of the form the iPad's safari is crashed...

Sometimes it allow me to enter 3-4 characters but mostly on 1-2 characters it crashed. How to test whats going wrong?

<html>
    <head>
    </head>
    <body>
        <input type="text" />
    </body>
</html>

Its iOS version 4.3 (238.2)

0

精彩评论

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