You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i'm trying to send string to the android window using application (simple c++);
The strangest thing is... when I send "123abc", in Android text box only received "123"
At first I think this is the problem with the keyboard (I used null keyboard), but after switching to several keyboards.. I believe scrcpy doesn't fully process the input generated by app?
When I typed normally.. no problem,,,, but when the typing is generated by app, only numbers received by phone omitting (a-z). Is this known issue? thanks.
The text was updated successfully, but these errors were encountered:
Hi, i'm trying to send string to the android window using application (simple c++);
The strangest thing is... when I send "123abc", in Android text box only received "123"
At first I think this is the problem with the keyboard (I used null keyboard), but after switching to several keyboards.. I believe scrcpy doesn't fully process the input generated by app?
When I typed normally.. no problem,,,, but when the typing is generated by app, only numbers received by phone omitting (a-z). Is this known issue? thanks.
The text was updated successfully, but these errors were encountered: