- Posts: 261
- Thank you received: 18
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
IP: 192.168.0.71
8 years 6 months ago - 8 years 6 months ago #13540
by federico
Replied by federico on topic Aplication got crash when open PDF
Hi,I suggest you to remove plugin:
And reinstall it:
Code:
$cordova plugin remove com.radaee.pdf.PDFViewer
Code:
$cordova plugin add https://github.com/gearit/RadaeePDF-Cordova.git --save
Last edit: 8 years 6 months ago by federico.
- patricpreite
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 35
- Thank you received: 0
IP: 192.168.0.71
8 years 6 months ago #13546
by patricpreite
Replied by patricpreite on topic Aplication got crash when open PDF
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
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
IP: 192.168.0.71
8 years 6 months ago - 8 years 6 months ago #13548
by federico
Replied by federico on topic Aplication got crash when open PDF
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:
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?
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;
}
If it couldn't help you can you send me your corrupted PDF file?
Last edit: 8 years 6 months ago by federico.
- patricpreite
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 35
- Thank you received: 0
IP: 192.168.0.71
8 years 6 months ago #13549
by patricpreite
Replied by patricpreite on topic Aplication got crash when open PDF
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
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