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
Forum Updated to NodeBB v4.3 + New Features

Avoid click delay in WebKit 3.0

Scheduled Pinned Locked Moved Qt WebKit
qtquickqtwebkithybrid app
2 Posts 2 Posters 1.2k Views 2 Watching
  • 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 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.

    RakettenR 1 Reply Last reply
    0
    • J JonnyX

      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.

      RakettenR Offline
      RakettenR Offline
      Raketten
      wrote on 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