سؤال

<input name="question" type="text" required="required" />

Required inputs like sample don't work in webview.

Should i use a javascript solution for this or is there an other way to make them working in webview?

هل كانت مفيدة؟

المحلول

Android does not support required attribute in webview, you should use javascript to validate the input.

Reference: http://caniuse.com/#feat=form-validation

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top