Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. Avoid click delay in WebKit 3.0

Avoid click delay in WebKit 3.0

Scheduled Pinned Locked Moved Qt WebKit
qtquickqtwebkithybrid app
2 Posts 2 Posters 1.2k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    JonnyX
    wrote on 25 Jul 2015, 22:56 last edited by JonnyX
    #1

    Hi guys,

    i am developing an hybrid app for an embedded system (linux, Qt 5.4.1) using QtQuick 2.0 with QtWebKit 3.0.
    There is no touch display in use, so I need to get rid of the click delay using buttons and links.

    I tried some methods without success:

    • meta tags with user-scalable=no or initial-scale=1
    • css touch-action
    • fastclick library

    even the mousedown event gives me the annoying delay!

    So my question: Is there a way to disable the click delay?
    I do not need touch gestures.

    R 1 Reply Last reply 29 Sept 2015, 06:16
    0
    • J JonnyX
      25 Jul 2015, 22:56

      Hi guys,

      i am developing an hybrid app for an embedded system (linux, Qt 5.4.1) using QtQuick 2.0 with QtWebKit 3.0.
      There is no touch display in use, so I need to get rid of the click delay using buttons and links.

      I tried some methods without success:

      • meta tags with user-scalable=no or initial-scale=1
      • css touch-action
      • fastclick library

      even the mousedown event gives me the annoying delay!

      So my question: Is there a way to disable the click delay?
      I do not need touch gestures.

      R Offline
      R Offline
      Raketten
      wrote on 29 Sept 2015, 06:16 last edited by
      #2

      @JonnyX I am having the same problem, could it be, that somebody found the solution?

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved