0

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"/>

1 Answers1

0

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?

Rahul Singh
  • 161
  • 2
  • 9