calabash / calabash-android-server

Automated Functional testing for Android based on cucumber
Other
28 stars 41 forks source link

Remove Js workaround #90

Closed john7doe closed 5 years ago

john7doe commented 5 years ago

We have had error reports on enter text not working on newer android devices, the text was added in a element just before the input field. The error was reproducibly on a real phone, not a simulator.

Unless the input field supported selection (which e.g. an email field do NOT...) the javascript code would fail. Turns out that we can get a input connection if we call from the right thread, so we do not need the javascript at all :-)