How to block virtual keyboard pop up for a TextField/TextArea? I tried using inputMethodHints: Qt.ImhNone
and also declared an InputMethod
by setting Visible:false
but nothing is working.
If i click on TextEdit/TextArea keyboard pops-up. Is there any way to block the Virtual Keyboard Popup?