Connor Pearson
Connor Pearson
Sorry for the late reply. I'll update Xcode and see if I can reproduce this. Can you get it to work on older simulator versions?
I'm still unable to reproduce this. Could you give more details? Here are the steps I followed: > cordova create HelloWorld > cd HelloWorld > cordova platform add ios >...
The dark feature still only exists in an experimental branch. Are you using that branch?
`` should work
It should work if you install the dark branch. I haven't pulled it into the main branch yet. It does some things that Apple may not approve of, so it...
There was a previous pull request to add this feature (#15), but at the time I didn't see much of a need for it and the code worried me. It...
Hi Tom, thanks for catching this. I agree we should use a different location. I think `window.cordova` is used for other plugins, so it might be the best option. In...
Hm. A possible fix could be to debounce the keyboard notifications. As a workaround, have you tried calling `Keyboard.shrinkView(true)` within a timeout?
This is the first I've heard of that happening. Are you able to test on the previous version of the cli to confirm?
I wouldn't say abandoned, but it's admittedly not very actively maintained. It's mostly a case of when I have time or when I encounter issues myself. Ideally, this plugin would...