-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When Press Any Key in keyboard then not working properly ,also Backspace key not working in some Device Like vivo, Samsung #102
Comments
I can't get the example working. Wondering if this is no longer maintained? Iphone 12 emulator keyboard is really glitchy. Can only type one character, then doesn't let me do anything. |
yes @jameslester2004 sir you are right. getting same problem with android device but package team don't respond any more . Hope they will solve soon ...! |
Having the same problems. This package is otherwise awesome except that you can't easily type into the field. Since that problem is at the core of this amazing package, that leads me to believe the package is now defunct? Does anyone know of any good alternatives? |
I'd suggest two approaches: build your own solution, or fork the package and make it work for you / share with community. I was on a deadline, so just built my own in the end. It isn't quite as powerful as this package would have been, but does the job for me. |
I created a solution for this and some other problems - see |
@jozes can you make a PR into this repo? |
try with many samsung device and vivo device , in all samsung device it's not working , some vivo device it's working and in some it's not working .
my code like this ,
`RawKeyboardListener(
focusNode: FocusNode(),
autofocus: true,
onKey: (RawKeyEvent event) {
if (event.isKeyPressed(LogicalKeyboardKey.backspace)) {
print("back space is pressed");
Thank You...!
The text was updated successfully, but these errors were encountered: