Block Virtual keyboard popup for a particular TextField/TextArea in QML

925 views Asked by At

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?

0

There are 0 answers