• Resolved tpedesign

    (@tpedesign)


    Hello,

    Plugin is great! I have the zoom feature disabled as it is awkward on mobile and I would rather allow the reader to pinch-to-zoom. On IOS Safari and duckduckgo browsers, it works fine. However, on Google Chrome on IOS or on Android, the pinch-to-zoom doesnt work. Is there a setting that I am missing?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author antongorodezkiy

    (@antongorodezkiy)

    Hello @tpedesign

    I believe that’s because you have

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

    Where user-scalable=no doesn’t allow users to zoom on mobile.

    You can change it to user-scalable=yes and then it should work.

Viewing 1 replies (of 1 total)
  • The topic ‘Pinch-to-zoom not functioning on Android’ is closed to new replies.