turbolinks / turbolinks-ios

Native iOS adapter for building hybrid apps with Turbolinks 5
MIT License
881 stars 92 forks source link

Removal of field navigation bar over keybaord #32

Closed paulcsmith closed 8 years ago

paulcsmith commented 8 years ago

Is it possible to remove the field navigation bar (the arrows and the "done") when you focus a field in a webview? If not, I think that would be a lovely feature :)

Maybe a way to tie closing the keyboard to a native element so the bar is no longer me essay?

image

zachwaugh commented 8 years ago

Unfortunately, that's controlled by WKWebView, and it doesn't provide any public APIs to change or customize it. Hopefully in a future version of iOS, WKWebView will let us control that.

paulcsmith commented 8 years ago

Bummer! Maybe in iOS 10 :)

On Apr 15, 2016, at 7:05 PM, Zach Waugh notifications@github.com wrote:

Unfortunately, that's controlled by WKWebView, and it doesn't provide any public APIs to change or customize it. Hopefully in a future version of iOS, WKWebView will let us control that.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub