espresso3389/pdfrx

PDF doesn't pan nor zoom when opened in browser on mobile devices

Closed this issue · 2 comments

pdfrx version: 0.4.54

Steps to reproduce

  1. Open https://espresso3389.github.io/pdfrx/ in a browser on Android or iOS device
  2. Try to scroll or zoom-in using gesture

Actual result

Nothing happens

Expected result

The PDF can scroll and zoom using touch gestures

Text selection affects pan/zooming feature on Flutter Web on mobile devices.
So, just set enableTextSelection: false will enable pan/zooming.
This is just a limitation of the current "experimental" text selection feature (Related: #4).

[CHANGELOG: 0.4.7] already mentioned the issue anyway.