Alexei Baboulevitch

Results 60 comments of Alexei Baboulevitch

> draws background 1st then keyboard is visible This happens with other 3rd party keyboards too. (Or at least it did in the past.) iPad isn't really a priority right...

- [x] this - [x] is - [ ] a - [ ] test

Ha, but I can check yours. I have the powah.

Unfortunately, Apple's way of resizing the keyboard view is a bit hacky, so even though you can resize it on the fly, it might be too slow for practical purposes....

Preliminary experiments have shown that it might be possible to do, but it's not straightforward. I'll consider working on this feature later; right now, more important stuff to do.

Hey, thanks! Aside from the special character popups, what is a long press used for? I could add a long press recognizer, but if people want to implement their own...

Are you adding the gesture recognizer to each key? It's not going to work because everything goes through the forwarding view right now. The keys don't actually receive any touches.

Yeah, that should work. You could also try adding the gesture recognizer to the forwarding view and checking if your touch is inside a key's bounds, but that is a...

If I don't use a forwarding view, it's impossible to slide your finger from one button to another. TouchDragEnter doesn't fire unless the touch starts in that control to begin...

No, I mean on the keyboard, when you hold down a key and then slide your finger over to another key, the popup for the first key closes and the...