Jelly Bean WebView not working well with HTML maxlength attribute for text box

后端 未结 6 1607
我在风中等你
我在风中等你 2020-12-16 00:37

Jelly Bean doesn\'t seem to like the maxlength attribute of HTML for text input. It certainly restricts the number of input characters but the moment you attemp

6条回答
  •  抹茶落季
    2020-12-16 00:59

    This certainly is a developer's nightmare bug :) Until you realize the root cause and feel the "ahaaa..." moment. FYI: Even though all the input fields in the DOM freeze because of this bug, I was still able to manipulate and change values of the input fields using Javascript.

提交回复
热议问题