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

TOPIC:

Aplication got crash when open PDF 6 years 1 month ago #13540

  • federico
  • federico's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 261
  • Thank you received: 18
Hi,I suggest you to remove plugin:
$cordova plugin remove com.radaee.pdf.PDFViewer
And reinstall it:
$cordova plugin add https://github.com/gearit/RadaeePDF-Cordova.git --save

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

Last edit: by federico.

Aplication got crash when open PDF 6 years 1 month ago #13546

  • patricpreite
  • patricpreite's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 35
  • Thank you received: 0
Hi,
Thanks for your suggestion. But unfortunately its not working. We tried many way for solving this. But it not helped us. Could you please investigate further and feedback on this issue.
Thanks for the fast feedback

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

Aplication got crash when open PDF 6 years 1 month ago #13548

  • federico
  • federico's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 261
  • Thank you received: 18
Hi,
We've done some tests with last plugin version and we fixed the opening corrupted PDF's issue, try to update again the plugin or in RDPDFViewController.m's PDFOpen method check if in the switch case is the same below:
switch( err )
    {
    case err_ok:
        break;
    case err_password:
        return 2;
        break;
    case err_bad_file:
        return 4;
    default: return 0;
    }
In this week we will release a new Cordova and Xamarin plugin version with this fix and other improvements.
If it couldn't help you can you send me your corrupted PDF file?

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

Last edit: by federico.

Aplication got crash when open PDF 6 years 1 month ago #13549

  • patricpreite
  • patricpreite's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 35
  • Thank you received: 0
Hi,
Thanks for the feedback. We are working on it now and update you if its solved. Between it would be great if you can inform the next stable release date. Really appreciated for the support and feedback
Thank you

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

  • Page:
  • 1
  • 2
Powered by Kunena Forum