This is the module I was waiting for. In the past I've managed to add a virtual keyboard extension to FCKeditor. Later I switched to the more modern CKeditor, but didn't find an on-screen keyboard anymore. So, many thanks for making this module.

Now the problem. Once activated the module it works as expected but CKeditor on the textfield has disappeared. On pages where Google virtual keyboard isn't active CKeditor works normal. I use CKeditor through the CKeditor module, not the WYSIWYG module. I didn't try with other editors/modules.

Comments

confiz’s picture

Just FYI.

We are looking into this issue for last two days. We will come to you with our findings ASAP.

confiz’s picture

Status: Active » Closed (won't fix)

Google’s on-screen keyboard is attached with individual text input fields(or textareas). The google APIs used for this purpose requires IDs of those fields. CKeditor or any WYSIWYG editor replaces these textfields with html frames. Thus making google virtual keyboard and other WYSIWYG editor failed to work together.

So it is an api issue and can be posted to Google Virtual Keyboard project page(http://code.google.com/apis/ajaxlanguage/documentation/#Keyboard).

Thanks

lolandese’s picture

Thanks for the clear explanation.