Filip Tuzimek
Filip Tuzimek
Hi, the easiest solution to make this test passing is to close keyboard manually by putting `await $.native.pressBack();` after line 18 in `edit_fields_test.dart`. Keyboard's behaviour seems unexpected so I'll try...
Hi, generally your approach using `getNativeViews` is correct and that's the recommended way of handling with such cases. Let's leave the ticket open, I like your idea because it makes...
> Does this still need some work or is it ready for review? @pdenert Ready