Connor Pearson

Results 92 comments of Connor Pearson

Unfortunately, the Github README is out of sync with the [npm release](https://www.npmjs.com/package/cordova-plugin-keyboard). For now, try using `window.Keyboard` instead of `cordova.plugins.Keyboard` or install the plugin from GitHub. I'll push out a...

I'm not able to reproduce the scrolling issue or accessory bar issue. Do either of you have a small sample project that displays the problem?

I'm not sure what your goal is. Are you trying to hide the arrows but not the whole bar?

Probably not unless Apple adds an API to UIWebView/WKWebView for this. If I were starting this from scratch I probably wouldn't even include the hideAccessoryBar feature. The code is kinda...

I'll try to see if I can reproduce it. Do you have any sample code that displays the issue?

The only parts of this plugin that work with Android are the show and hide functions. The WebView shrinking code is so iOS matches the usual behavior on Android. Is...

Thanks for the bug report and fix! I'll take a look at it. Does this occur just with google maps or do phone calls cause the same issue?

@ccorcos, sorry for the late response. I finally got a chance to test this out. I was using the iPhone 6s sim on 9.3 with the the statusbar plugin also...

@ccorcos, sorry for the late reply I've been away. I only pulled in part of the fix since it broke when `StatusBarOverlaysWebView=false` and I haven't looked at what it would...

I previously added an animation that matched the keyboard's animation, but removed it in [this commit](https://github.com/cjpearson/cordova-plugin-keyboard/commit/6f2dd9afd20041f64c40441dd651fe6968722c7b). Even though the webview was shrinking correctly, the actual web content shrunk all it...