[iOS13.7] Keyboard does not show up when tapping on ui.TextField in "Today Widgets".
-
I wrote a simple script that executes a request.post query at the press of a button based on what's inside a TextField. It works fine untill I pin it to notification center, in Today Widgets: Tapping on TextField make the cursor appear, but the iOS keyboard does not show up.
Maybe it is obvious, but is there a solution for that?
I was even thinking of implementing a querty keyboard with buttons, but before that I would like to use the standard Keyboard.Thank You!
-
I think that Apple does not allow any keyboard in a widget...