Hi,
I have one problem using appium in a Ipad.
The Ipad does not support numeric keyboard nativelly, so the app use other lib.
When we click on the input, this implemented numeric keyboard open and we can see it.
mobile: tap
args [{"x":429,"y":1154}]
But when I try to read the source, this action is hiding the keyboard and my automated test fail.
mobile: source
args [{"format":"xml","excludedAttributes":"visible,accessible,label,name,value,enabled"}]
Is there other approach to handle it?
Or can we fix this bug?
Just one new information, in Iphone works fine.