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)
精彩评论