Hello!
I am working on an application that is supposed to take text input in a very convenient way. I am using the regular Android virtual keyboard, on a Nexus 7 that has Swype installed.
The problem is, when I run my application on the device, Swype does not function. I can use regular tap input, but I need to enable Swype in some way.
Otherwise, Swype works in all other applications.
Below are 2 snippets from the code where the keyboard is involved, pretty basic.