- 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
Form loading slow
IP: 192.168.0.71
8 years 5 months ago #13742
by federico
Replied by federico on topic Form loading slow
Hi,
You could download the new Android RadaeePDF's version here .
We have to do some tests about new RadaeePDFCordova version, we will notify you as soon as we can
You could download the new Android RadaeePDF's version here .
We have to do some tests about new RadaeePDFCordova version, we will notify you as soon as we can
IP: 188.10.33.120
8 years 4 months ago #13750
by federico
Replied by federico on topic Form loading slow
Hi,
The new RadaeePDF SDK's version is now available for Cordova too, you should just remove the plugin:
And re-add it:
The new RadaeePDF SDK's version is now available for Cordova too, you should just remove the plugin:
Code:
cordova plugin rm com.radaee.cordova
Code:
cordova plugin add https://github.com/gearit/RadaeePDF-Cordova.git --save
IP: 47.44.172.50
8 years 4 months ago #13755
by pooja
Replied by pooja on topic Form loading slow
Hi Federico,
The fix for iOS is working fine. But there's a concern. When I build my cordova project on xcode, I get this error :
"No visible @interface for 'PDFAnnot' declares the selector 'render:withBackgroundColor:' "
in PDFView.m After commenting this line, [m_annot render:dib withBackgroundColor:0xffffffff]; in PDFView the error is gone. Could you please provide a fix for this error.
Also, on android the pdf is showing checkbox tick without delay. But the page is seen refreshing(goes blank for a sec and then loads) after clicking on checkbox and then the tick appears. Is there a way where we can hide this refresh action?
Thanks,
Pooja
The fix for iOS is working fine. But there's a concern. When I build my cordova project on xcode, I get this error :
"No visible @interface for 'PDFAnnot' declares the selector 'render:withBackgroundColor:' "
in PDFView.m After commenting this line, [m_annot render:dib withBackgroundColor:0xffffffff]; in PDFView the error is gone. Could you please provide a fix for this error.
Also, on android the pdf is showing checkbox tick without delay. But the page is seen refreshing(goes blank for a sec and then loads) after clicking on checkbox and then the tick appears. Is there a way where we can hide this refresh action?
Thanks,
Pooja
IP: 188.10.33.120
8 years 4 months ago #13756
by federico
Replied by federico on topic Form loading slow
Hi,
Thank your for the feedback, we've just fixed RadaeePDFCordova (iOS).
Our developers are investigating about hiding refresh action
Thank your for the feedback, we've just fixed RadaeePDFCordova (iOS).
Our developers are investigating about hiding refresh action
IP: 47.44.172.50
8 years 4 months ago #13772
by pooja
Replied by pooja on topic Form loading slow
Hi,
Do you have a rough ETA when this updated Cordova version will be released ?
Do you have a rough ETA when this updated Cordova version will be released ?
IP: 93.37.10.222
8 years 4 months ago #13773
by nermeen
Replied by nermeen on topic Form loading slow
This issue has been fixed and the plugin has been updated, please remove the plugin and re-add.
Time to create page: 0.446 seconds