sreimer
sreimer

Reputation: 4998

HTML5 datalist in Android Chrome

I have an HTML5 datalist working in Chrome (desktop) but when using the same input in Android and the latest Chrome, auto-completion no longer works.

Is this feature not supported by Chrome in Android?

Upvotes: 0

Views: 944

Answers (2)

Daniel Imms
Daniel Imms

Reputation: 50189

The datalist suggestion UI was implemented in Chrome for Android v33.

Upvotes: 1

int32_t
int32_t

Reputation: 6150

Desktop Chrome have supported since version 20, and Android Chrome is still version 18.

Upvotes: 1

Related Questions