Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable iOS 8 QuickType in HTML input field

Tags:

html

ios

ios8

Is it somehow possible to force iOS 8 to not display the QuickType predictions? With a data attribute, for instance? I already tried autocomplete="off", but without success.

In some cases, it simply doesn't make much sense to display those kind of suggestions, like for address input fields. The predictions then just waste screen space that could be used better otherwise.

like image 939
m4r73n Avatar asked Sep 16 '14 02:09

m4r73n


1 Answers

i put autocapitalize="off" autocomplete="off" autocorrect="off"

and it works.

like image 129
user3205193 Avatar answered Sep 24 '22 01:09

user3205193