We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2013-12-29 15:43:48 +0200 |
I'm making Mitakuuluu - WhatsApp client for Sailfish. And the most tricky part of development is implementing emoji keyboard. Harmattan have simple QML properties for changing keyboard, i can set my own Component as software input panel. But Silica have no such methods. I'm starting to rewrite ApplicationWindow component to reserve bottom space for my custom keyboard on demand, but its very dirty hack.
2 | No.2 Revision |
I'm making Mitakuuluu - WhatsApp client for Sailfish. And the most tricky part of development is implementing emoji keyboard. Harmattan have simple QML properties for changing keyboard, i can set my own Component as software input panel. But Silica have no such methods. I'm starting to rewrite ApplicationWindow component to reserve bottom space for my custom keyboard on demand, but its very dirty hack.