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

后端 未结 6 1615
我在风中等你
我在风中等你 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 01:01

    Provide the permission as WRITE_EXTERNAL_STORAGE" in android Manifest file.

    Now in my android 4.1.2 is working with acceptance of input type number 7.

提交回复
热议问题