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!
source
share