How to set android web view content max length
<WebView android:id="@+id/webview_preview"android:layout_width="match_parent"android:layout_height="wrap_content"android:scrollbars="vertical"android:visibility="visible"/>
How to set android web view content max length
<WebView android:id="@+id/webview_preview"android:layout_width="match_parent"android:layout_height="wrap_content"android:scrollbars="vertical"android:visibility="visible"/>
use maxlength or max. you can take reference from these two questions:
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?