Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Virtual keyboard on smartphone? #177

Open
xbxfelipe opened this issue Mar 1, 2018 · 4 comments
Open

Virtual keyboard on smartphone? #177

xbxfelipe opened this issue Mar 1, 2018 · 4 comments

Comments

@xbxfelipe
Copy link

Hello, would you have any way to add the virtual keyboard? I did some tests with android and I did not succeed.

@xbxfelipe
Copy link
Author

I was able to solve my problem in a simple way, I inserted after from rdp.Run ():

if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) 
{
vkbd.toggle();
}

but I found some problems like backspace has no event, I'm distributing the code to see if I can fix these small problems.

@c64cosmin
Copy link
Contributor

@xbxfelipe You mean the Virtual Keyboard has no "backspace event"?

@xbxfelipe
Copy link
Author

Sorry, I was wrong. I have no action on the backspace button

@c64cosmin
Copy link
Contributor

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants