Search code examples
androidhtmlwebviewcordova

HTML5 datalist tag is not working in android


I am using the datalist tag to provide auto-complete to an input text. The tag is working fine on desktop chrome but it's not working when I test it on my phone( Android) can any one help ? If not can you suggest a way to do auto-complete


Solution

  • http://caniuse.com/datalist check here, android browser not supports. so you have use jquerymobile or other framework.