Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.11.1, 5.12.5
-
ios version: 11.4
simulator: iPhone X / iPhone 7
Description
Not any Keys signal emitted in QML Text Field on ios simulator.
Even inputMethodHints set to the Qt.imhNoPredictiveText.
can't get any of the following signals:
- Keys.onReturnPressed
- Keys.onEnterPressed
- Keys.onReleased
- onAccepted
Just `backspace` key emit signals.