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

TOPIC:

First Bugs on Beta Version 11 years 2 weeks ago #1876

  • tkepardo
  • tkepardo's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 8
  • Thank you received: 0
Hi. We have been using your library successfully in our android app and we are now migrating our iOS app to use your library. At this moment we have found these bugs or lacks of functionality:
- The library is not compiled using the last version of Xcode. That produces crashes when the app is configured to use iOS 5 optimizations. (Build Active Architecture Only to Yes)
- The viewer in mode 4 turn over the pages right to left instead left to right.
- We haven't found the way to capture the event of turning over a page (onPageChanged or similar like in Android).
- We have had to comment the call to Global_setCMapsPath([cmaps_path UTF8String], [umaps_path UTF8String]); and the loading of fonts in iOS 4.3 during the init of the library because produces a crash.

We hope this helps

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

Last edit: by Gil. Reason: Error in the post

First Bugs on Beta Version 11 years 2 weeks ago #1889

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

a new version of PDFViewer was published with a lot of fixes, in this case:

- Now you can set the parameter "Build Active Architecture Only" to NO without problems.
- The ViewMode 4 now turn over pages left to right.
- Now you can find "OnPageChanged" as PDFVDelegate method.
- Global_setCMapsPath([cmaps_path UTF8String], [umaps_path UTF8String]) and fonts loading works also with iOS 4.3

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

First Bugs on Beta Version 11 years 2 weeks ago #1892

  • tkepardo
  • tkepardo's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 8
  • Thank you received: 0
We are going to check the new version !!!!

Thank you very much for your support !

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

First Bugs on Beta Version 11 years 1 week ago #1976

  • tkepardo
  • tkepardo's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 8
  • Thank you received: 0
Good Job!

We are testing now beta 2. We have found three problems: (we re using view mode 3 and 4)

1.- The onChangePageMethod is called twice sometimes: one for the right page one one for the previous page. Something similar occurred on an old version of android library.

2.- We misses in the delegate protocol to recieve the Point or X an Y as parameters to the methods:
OnSingleTap and OnTouchDown.
We propose to change them to or something similar:
- (void)onTouchDownOn:(CGPoint)pdfViewPoint andOn:(CGPoint)screenPoint;
- (void)OnSingleTappedOn:(CGPoint)pdfViewPoint andOn:(CGPoint)screenPoint;

The first parameter is the point on PDFView coordinates and the other one is in Screen coordinates.

3.- We are seeing some delay in rendering the pages.

Thanks in advance

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

Last edit: by Gil.

First Bugs on Beta Version 11 years 2 days ago #2033

  • tkepardo
  • tkepardo's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 8
  • Thank you received: 0
Do you have news about this bug? Thanks in advance

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

First Bugs on Beta Version 11 years 2 days ago #2038

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
not yet.
for OnSingleTap and OnTouchDown:
you can modify codes in PDFView class...

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

  • Page:
  • 1
  • 2
Powered by Kunena Forum