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

[native_pdf_view] Vertical smooth viewer #59

Closed
boskokg opened this issue Apr 30, 2020 · 4 comments
Closed

[native_pdf_view] Vertical smooth viewer #59

boskokg opened this issue Apr 30, 2020 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@boskokg
Copy link

boskokg commented Apr 30, 2020

I am trying to switch from pdf_viewer_plugin to your package but I am not able to implement the same user experience as I have in the existing plugin.

What I need is vertical viewer with smooth scrolling. I need the page to load in full available width size (both in portrait and horizontal orientation). I need pinch/zoom possibility. The zoom should not reset when the new page is detected.

Basically, it should look like all pdf pages are merged vertically as the one big page and initially shown in the full available width space, with zoom and pinch possibility.

Can you please help me archive that with your plugin.

@boskokg boskokg added the enhancement New feature or request label Apr 30, 2020
@SergeShkurko
Copy link
Member

You can usage for vertical scrolling

 scrollDirection: Axis.vertical,

also you can play with properties in builder
image

@boskokg
Copy link
Author

boskokg commented Apr 30, 2020

I tried but with no luck.
Can you please tell me how should I configure?

@saptha
Copy link

saptha commented May 14, 2020

When I use BoxFit.fitWidth I cannot see any text while in landscape mode. I'm using the latest version (3.2.0). Can you kindly suggest?

@SergeShkurko SergeShkurko changed the title Vertical smooth viewer [native_pdf_view] Vertical smooth viewer Aug 9, 2020
@SergeShkurko
Copy link
Member

I working on it in #6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants