Results 1 to 2 of 2

Thread: QWebView component does not invoke on-screen-keyboard

  1. #1
    Join Date
    Oct 2013
    Posts
    4
    Qt products
    Qt4 Qt5
    Platforms
    Windows

    Question QWebView component does not invoke on-screen-keyboard

    Hello,
    I need help. I have read and searched about this problem and not founded a solution.

    I'm developing a client app which contains a webView. Simply the QWebView component does not invoke on-screen-keyboard (windows soft key board) when clicked/touch any text input field. Same URL opens in IE or Chrome working fine.

    I tried use QWebView->setAttribute(Qt::WA_AcceptTouchEvents, [true/false]); but none worked.

    Environment: Qt 5.3.2 on Windows 7 32 and 64bits, Windows 8 64bits.

    I hope anyone can help me. Here is the sample code.

    int main(int argc, char **argv)
    {
    QApplication app(argc, argv);

    QWebView w;
    w.setUrl(QUrl("https://www.google.co.in/"));
    //w.setAttribute(Qt::WA_AcceptTouchEvents, false);
    //w.setAttribute(Qt::WA_InputMethodEnabled);
    w.show();

    return app.exec();
    }

  2. #2
    Join Date
    Jun 2016
    Posts
    2
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: QWebView component does not invoke on-screen-keyboard

    Have you solved the problem?
    I am facing the same problem
    Could you give me some advise please . thanks

Similar Threads

  1. Keyboard shortcuts in full screen mode
    By dfijma in forum Qt Programming
    Replies: 1
    Last Post: 29th November 2010, 13:09
  2. On screen keyboard
    By DiamonDogX in forum Qt Programming
    Replies: 2
    Last Post: 7th October 2009, 14:21
  3. Invoke QCompletion on keyboard shortcut
    By aspidites in forum Qt Programming
    Replies: 0
    Last Post: 30th August 2009, 10:32
  4. is there any on-screen keyboard in QT??
    By webquinty in forum Newbie
    Replies: 2
    Last Post: 16th February 2009, 12:22
  5. On Screen Keyboard Problem
    By cutie.monkey in forum Qt Programming
    Replies: 1
    Last Post: 16th July 2008, 13:28

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.