Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
RustamG opened this issue Jun 19, 2024 · 2 comments
Closed

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

RustamG opened this issue Jun 19, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@RustamG
Copy link

RustamG commented Jun 19, 2024

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

@espresso3389 espresso3389 added the bug Something isn't working label Jun 25, 2024
@espresso3389
Copy link
Owner

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).

@espresso3389
Copy link
Owner

[CHANGELOG: 0.4.7] already mentioned the issue anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants