Is there any plugin in Sencha Touch for Virtual Keyboard? I know that in ExtJS we have the Ext.ux.VirtualKeyboard, how about in Sencha Touch 1.X. Right now I need the virtual keyboard because of I need to implement my application in a Panel Screen that behaves like Kiosk.
I haven't seen one but wouldn't be hard to make the keyboard with Ext.Sheet. The issue would be having focus on the field while you tap on buttons. What OS are you using? Most have a built-in virtual keyboard (most usually look horrible tho)
Ahhh yes, thank you for that mitchell. I am using pure Linux Browser OS (with a Touch Screen Resistive). Basically I am using Chromium to display the apps. So I need to stick in the virtual keyboard somewhere.