Is it possible to disable or suppress the bar that shows up on web forms that has the (Previous|Next) Autofill and Done button on it?
I've seen posts regarding adding or suppressing it in native apps but I'm working on a web app and curious if it's just an attribute to add to the form like how the auto-capitalize and auto-correct on the input fields are disabled.
No there is no way to suppress the the bar.
The bar is not exposed, not even in native apps web using the
UIWebView
.