Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Development and suggestions about third part tool integration.
Cordova, Xamarin, Basic4Android topics are listed here.

How to add Horizontal and Vertical PDF Viewer

More
9 years 7 months ago #10857 by moontech
In my application,i want to create screen in which i want to add two PDFViewer.
-One for displaying PDF with horizontal
-Second displaying PDF with Vertical scrolling.

But we have faced issue with scrolling so how we can manage both in single screen ?

FYI : Please find attached file
More
9 years 7 months ago #10859 by Davide
Hi,
can you please better explain your issue and how do you handle the two views?
The best way to handle them is to have two separated instances of the reader and handle them as you need (no shared parameters) .
More
9 years 7 months ago #10868 by moontech
We are using this two pdf views (Horizontal view below Vertical view) inside scroll view
1) When scrolling page external scroll view is getting activated hence not get page scroll
2) For that, solution we disable external scrollview on scroll page on PDFLayoutview then not getting control back to external scrollview
More
9 years 7 months ago #10871 by Davide
Hi,
you should intercept the touch of the PDFView before the scroll view and handle it as you want.
Even if this is not tight to our library I suggest you to look at this : stackoverflow.com/questions/2646028/andr...ling/2655740#2655740
More
9 years 7 months ago #10882 by moontech
I have tried but not got any solution.
I want to use com.radaee.view.PDFViewPager and com.radaee.reader.PDFLayoutView at same activity.
How this possible ?
More
9 years 7 months ago #10884 by nermeen
You need to add the 2 views (PDFViewPager, PDFLayoutView) inside the scrollview, then you need to intercept the touch events and decide which view should handle this event..

You can find many posts on stackoverflow to help you handle this issue, but there is no direct solution.
Time to create page: 0.430 seconds
Powered by Kunena Forum