Safari for iPad: how do I hide the autocomplete panel above the keyboard?

I am encoding an iPad application that uses a UIWebView that contains an <input> tag. In the context of the application, it makes no sense to use AutoFill, but when editing a field above the keyboard, the words "AutoFill" and "Previous / Next" appear.

Is there a way to tag / style <input> so that this bar does not appear? Adding autocomplete = "off" does not do this. If this is not the case, is there a way around the Safari keyboard and accessing the iOS APIs to process text input? Thank!

+3
source share
1 answer

, Mobile Safari, / .

+6

Source: https://habr.com/ru/post/1786806/


All Articles