Title here
Summary here
Legend
Caution
All non-listed renderer are using fallback implementation. Same for renderer with ❌ case.
FEATURE / RENDERER | CSS | ANDROID | QT/QML | XBOX | APPLE |
---|---|---|---|---|---|
Placeholder | ✅ | ✅ | ❌ | ✅ | ✅ |
KeyboardType | ✅ | ✅ | ❌ | 🚧 | ✅ |
Activation / deactivation | ✅ | ✅ | ❌ | ✅ | ✅ |
Hook onVirtualKeyboardHide | ✅ | ✅ | ❌ | ✅ | ✅ |
Hook onValueChanged | ✅ | ✅ | ❌ | ✅ | ✅ |
input
element only as it needs to be drawn in the canvas
. But it is using HTML input
element to trigger virtual keyboard when supported.