Replies: 1 comment
-
|
tried also await tester.native.tapAt(tapPosition); but keyboard does not show up as well in simulator in iOS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i use a simple native command to tap on a TextField widget.
It finds the TextField and i see the cursor but the software keyboard does not open. Is there any way to make it open in the patrol test?
await tester.native.tap(Selector(text: 'Find what you love'));
I am asking because i want to tap the Done button on the software keyboard in the simulator.
Any help appreciated on how to solve this.
Beta Was this translation helpful? Give feedback.
All reactions