Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about iOS development and PDF

Aplication got crash when open PDF

More
IP: 192.168.0.71 8 years 6 months ago - 8 years 6 months ago #13540 by federico
Hi,I suggest you to remove plugin:
Code:
$cordova plugin remove com.radaee.pdf.PDFViewer
And reinstall it:
Code:
$cordova plugin add https://github.com/gearit/RadaeePDF-Cordova.git --save
Last edit: 8 years 6 months ago by federico.
More
IP: 192.168.0.71 8 years 6 months ago #13546 by patricpreite
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
More
IP: 192.168.0.71 8 years 6 months ago - 8 years 6 months ago #13548 by federico
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:
Code:
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?
Last edit: 8 years 6 months ago by federico.
More
IP: 192.168.0.71 8 years 6 months ago #13549 by patricpreite
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
Time to create page: 0.404 seconds
Powered by Kunena Forum