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
First of all, very nice package. Work very well on mobile, but on desktop(using android with keyboard and mouse), I do have a strange issue and I can't really find a solution for it.
So if I type using the keyboard, it works fine, but if I press the backspace, the input is not registered. Using a on display keyboard and pressing the backspace works with no issues. I do want to mention that on a normal flutter input, the backspace works fine.
Can you guys give have a look at this or at least give me some ideas where to look as I tried to debug the code but can't really find why the backspace is not working.
The text was updated successfully, but these errors were encountered:
Hey, if you look at the history of issues there are some fixes for keyboards: #104 : "The above proposed solution, together with the solutions for issues #104#102#97#95 is available below and hopefully it will be merged with the master some time in the future. Until then use the following in your pubspec.yaml
First of all, very nice package. Work very well on mobile, but on desktop(using android with keyboard and mouse), I do have a strange issue and I can't really find a solution for it.
So if I type using the keyboard, it works fine, but if I press the backspace, the input is not registered. Using a on display keyboard and pressing the backspace works with no issues. I do want to mention that on a normal flutter input, the backspace works fine.
Can you guys give have a look at this or at least give me some ideas where to look as I tried to debug the code but can't really find why the backspace is not working.
The text was updated successfully, but these errors were encountered: