iOS8.3 fixes console.input_alert() focus issue with BT keyboards
-
The problem occured whenever using Pythonista with an external keyboard. If your code brought up a text field using console.input_alert(), it wouldn't accept text without first tapping the field.
I was told a while back this actually was an iOS issue. Sure enough, today's iOS8 upgrade fixed it. (At least on my iPad Air2 with Logitecth Type+ folio keyoard)
Just thought others might want to know.