-
using
import { PDFView } from 'nativescript-pdf-view';
import { registerElement } from 'nativescript-angular';
registerElement('PDFView', () => PDFView);
-
Here is the log when trying to load the PDF. I Do not understand how a month ago it was working just fine and then it all of a sudden stopped loading the document. I was using android studio and worki…
-
During page renreding I catched this error. Also page was rendered incorect.
Stack trace
12-18 13:01:53.501: E/APV.PDFRenderer(5425): null
12-18 13:01:53.501: E/APV.PDFRenderer(5425): java.nio.Buffer…
-
I'm having reports of this issue. Haven't found a way to reproduce it but it's really affecting the metrics. Any thoughts on how to capture this issue?
> Fatal Exception: java.lang.NullPointerExcep…
-
Greetings,
I would like to programmatically create PDFViews, however when I try "PDFView pdfView=new PDFView(context, );" it asks for an AttributeSet variable.I tried settings it to null but nothi…
-
What `react-native` version are you using?
0.73.6
What `react-native-pdf` version are you using?
6.7.5
What platform does your issue occur on? (android/ios/both)
Android
Describe your issue as p…
-
Hi, everything works in the build to debug, in build in release there is an error, the pdf file in assest.
pdfView = FindViewById(Resource.Id.pdfView);
pdfView.FromAsset("main.pdf").Load();
…
-
Hi, I am using your library to render pdf files , I see BufferUnderFlowException in logcat in some of the sony Xperia devices, moreover when I manually jump to a random page , the contents sometimes a…
-
(android only) PdfView becomes blank on device rotation (portrait -> landscape). Does not reappear when the device is rotated back to portrait.
This does not seem to happen when PdfView is in a Siz…
-
**Describe the bug**
* What went wrong:
Execution failed for task ':flutter_pdfview:verifyReleaseResources'.
> A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourc…