Android Question Hands-on keyboard (simulate computer keyboard on touchscreen)

MegatenFreak

Active Member
Licensed User
Hi. What I'm trying to make is something that lets you put your fingers on the touchscreen (like it's an actual laptop keyboard) and then type letters by tapping the ones you want. In other words, I need the app to ignore the fingers that 'stay' on the screen and only act when a letter is 'tapped'. Is there any way to do that?
I've tried using default events, the Gestures library, and the Gesture Detector library. But the tap event doesn't respond when a couple of fingers are already touching the screen somewhere.
Is doing such a thing even possible?
Thanks.
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

josejad

Expert
Licensed User
Longtime User
*Barely off-topic: Probably you'll have think or tested another solutions but now you're trying something on your own to make things easier for her, but, just in case... maybe you haven't thougth in some small hardware that could be easy to carry?

Something like this, for example.


1623744493434.png
 
Upvote 0
Top