Pascal Widdershoven

Results 37 comments of Pascal Widdershoven

@infinitewhileloop my devices are on 4.1.3 and 4.1.4, so indeed that might explain why I can't reproduce the issue. I might downgrade one of my devices later if I have...

Hey sorry for my lack of participation in this thread. Good that we have a workaround available for older FW versions. I think a nice solution could be to include...

I'm facing this issue as well. For me it only started after upgrading the server to 27. Before the upgrade I was running 24, so I'm not sure since which...

👍🏻 awesome. Been focusing mainly on features so far but e2e tests would definitely be helpful!

I'm also running into this. I'm using a RawKeyboardListener to capture input from a barcode scanner on an Android device. The app also supports manual input via a Textfield. As...

It seems that this issue might not be specific to RawKeyboardListener. I tried catching keyboard events in native Android code of my Flutter app (using `onKeyDown` on the Activity) and...

Thanks @augustg! I tried it and it doesn't fix the issue I was having specifically. The soft keyboard is still triggered by the RawKeyboardListener, after a TextField has received focus...