- Posts: 814
- Thank you received: 65
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
how to overide vOnZoomEnd() method
IP: 192.168.0.156
11 years 4 months ago #7398
by Davide
Replied by Davide on topic how to overide vOnZoomEnd() method
Hi,
try to add this
in the OnPDFDoubleTapped method in PDFReader class
try to add this
Code:
Global.zoomStep *= -1;
- asliyanage
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 100
- Thank you received: 0
IP: 192.168.0.71
11 years 4 months ago #7438
by asliyanage
Replied by asliyanage on topic how to overide vOnZoomEnd() method
I change OnPDFDoubleTapped as you mentioned in the ReaderController class (in PDFHttpDemo project).But nothing happened when i double clicked.
- asliyanage
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 100
- Thank you received: 0
IP: 192.168.0.71
11 years 4 months ago #7590
by asliyanage
Replied by asliyanage on topic how to overide vOnZoomEnd() method
Is there ny other way to increase the zoom facility than below?
try to increase (max value is 5) the zoomLevel parameter in default_config() void in Global class..
IP: 192.168.0.158
11 years 4 months ago #7600
by nermeen
Replied by nermeen on topic how to overide vOnZoomEnd() method
no, this is the parameter that controls the calculations of the max zoom value.
Time to create page: 0.358 seconds