Connor Pearson

Results 93 comments of Connor Pearson

@ceeeffque unfortunately most of the keyboard handling is done within the WKWebView and we don't have access to it. You'd probably have to do something like the dark branch here...

Is it only one device that this fails on?

@leftdead7, do you have this plugin installed or a different one? The ionic fork changes `Keyboard.hide()` to `Keyboard.close()`

`Keyboard` is on the window object. Do you have access to `window` from within your component?

@leanbalma, does the `document.activeElement.scrollIntoView()` solution work for you?

What does your viewport tag look like? Can you reproduce this in a small sample project?

I'm sorry I'm not familiar with Framework7. Could you add the sample framework7 cordova project and I'll take a look at it. One other thing you could do is try...

This plugin doesn't handle any resizing with Android. I think most Android devices automatically resize the webview when the keyboard appears.

Huh, it seems like it isn't being fully installed. What version of cordova and cordova-ios are you using? What if you use `cordova prepare ios` instead of `cordova platform update...

Unfortunately the only way to hide the accessory bar is pretty hacky and can break whenever Apple changes its implementation. Are you using the WKWebView plugin or UIWebView?