Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. WebEngineView: Avoid zoom in touch devices

WebEngineView: Avoid zoom in touch devices

Scheduled Pinned Locked Moved Solved QML and Qt Quick
2 Posts 1 Posters 786 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.
  • Diego DonateD Offline
    Diego DonateD Offline
    Diego Donate
    wrote on last edited by
    #1

    Hi,

    I have a WebEngineView in a QML element, and I need to avoid zooming on touch devices (by using the fingers, I mean). I have a touchscreen with windows 10

    I have not found anything to add in the QML side, so I have tried to add code in the HTML I load (in the <head>):

    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
    

    but no success.

    Thanks,
    Diego

    Diego DonateD 1 Reply Last reply
    0
    • Diego DonateD Diego Donate

      Hi,

      I have a WebEngineView in a QML element, and I need to avoid zooming on touch devices (by using the fingers, I mean). I have a touchscreen with windows 10

      I have not found anything to add in the QML side, so I have tried to add code in the HTML I load (in the <head>):

      <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
      

      but no success.

      Thanks,
      Diego

      Diego DonateD Offline
      Diego DonateD Offline
      Diego Donate
      wrote on last edited by
      #2

      @Diego-Donate I found the way. I need to add 'style="touch-action: none' in the body header

      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