- Posts: 4
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
Another page starts appearing during zoom at side.
- deepaksharma
- Topic Author
- Offline
- New Member
-
Less
More
11 years 4 weeks ago #9490
by deepaksharma
Another page starts appearing during zoom at side. was created by deepaksharma
Hi,
I am currently using PDFViewDual with single page to load pdf. When I zoom at side of page(left/right), some part of next page also starts appearing. Please help me to prevent another page to display and only display the current page.
I am currently using PDFViewDual with single page to load pdf. When I zoom at side of page(left/right), some part of next page also starts appearing. Please help me to prevent another page to display and only display the current page.
11 years 4 weeks ago #9491
by Davide
Replied by Davide on topic Another page starts appearing during zoom at side.
Hi,
yes, this is the standard behaviour of the library.
yes, this is the standard behaviour of the library.
11 years 1 week ago - 11 years 1 week ago #9564
by fullmers
Replied by fullmers on topic Another page starts appearing during zoom at side.
Hi Davide,
Is there a way to modify this behaviour?
Thanks.
Is there a way to modify this behaviour?
Thanks.
Last edit: 11 years 1 week ago by fullmers.
11 years 1 week ago #9565
by Davide
Replied by Davide on topic Another page starts appearing during zoom at side.
Hi,
you can implement it by yourself.
The best way to achieve this is using a ViewPager and in each page open a page of the pdf, but you have to check all the gestures (tap, fling, drag..) and handle them correctly.
A sort of workaround could be to follow this knowledge base article, that stops the swipe when a page is zoomed.
www.radaeepdf.com/support/knowledge-base...component&kbartid=15
you can implement it by yourself.
The best way to achieve this is using a ViewPager and in each page open a page of the pdf, but you have to check all the gestures (tap, fling, drag..) and handle them correctly.
A sort of workaround could be to follow this knowledge base article, that stops the swipe when a page is zoomed.
www.radaeepdf.com/support/knowledge-base...component&kbartid=15
11 years 1 week ago #9566
by Davide
Replied by Davide on topic Another page starts appearing during zoom at side.
If you want a sample project, you can open a ticket, address it as a bug and in the text refer to this post in the forum.
Time to create page: 0.426 seconds