Search code examples
swiftinputwebviewuiwebviewkeyboard

How to hide a mobile keyboard's upper bar?


I have a simple Swift web view application which loads an input (of type text). Everything is fine, but I want to hide the bar marked with red circle in the picture - keyboard's bar. Is it possible?


Solution

  • According to Apple's documentation there are default keyboard types which can be accessed, but apparently not changed themself.