标签: android webview
如何设置android网络视图内容的最大长度
<WebView android:id="@+id/webview_preview"android:layout_width="match_parent"android:layout_height="wrap_content"android:scrollbars="vertical"android:visibility="visible"/>
答案 0 :(得分:0)
使用maxlength或max。 您可以参考以下两个问题:
maxlength of input tag with type=text using html5 in android webview not working
How can I limit possible inputs in a HTML5 "number" element?