Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about iOS development and PDF
  • Page:
  • 1

TOPIC:

Zoom Problem on ipad air only 8 years 11 months ago #8894

  • bhagyashree
  • bhagyashree's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 20
  • Thank you received: 0
Zoom functionality is not working on 64 bit device.
Its working fine on other devices as well as in normal pdf mode.
Problem occurs when we open file in edited mode.

Please Log in or Create an account to join the conversation.

Zoom Problem on ipad air only 8 years 11 months ago #8905

  • emanuele
  • emanuele's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 580
  • Thank you received: 67
Hi,

to fix the issue, you should edit the scrollViewDidEndZooming in PDFView:
if (self.zoomScale <= 1 && m_status != sta_annot)
instead of
if (self.zoomScale <= 1)

We will include also this fix in the next release.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Powered by Kunena Forum