- Posts: 80
- Thank you received: 0
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.
Cordova, Xamarin, Basic4Android topics are listed here.
How to add Horizontal and Vertical PDF Viewer
9 years 7 months ago #10857
by moontech
How to add Horizontal and Vertical PDF Viewer was created 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
-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
9 years 7 months ago #10859
by Davide
Replied by Davide on topic How to add Horizontal and Vertical PDF Viewer
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) .
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) .
9 years 7 months ago #10868
by moontech
Replied by moontech on topic How to add Horizontal and Vertical PDF Viewer
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
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
9 years 7 months ago #10871
by Davide
Replied by Davide on topic How to add Horizontal and Vertical PDF Viewer
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
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
9 years 7 months ago #10882
by moontech
Replied by moontech on topic How to add Horizontal and Vertical PDF Viewer
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 ?
I want to use com.radaee.view.PDFViewPager and com.radaee.reader.PDFLayoutView at same activity.
How this possible ?
9 years 7 months ago #10884
by nermeen
Replied by nermeen on topic How to add Horizontal and Vertical PDF Viewer
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.
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