Hi,
I tried SfPdfViewer control and it is working perfectly fine with API 23, but now I tried with API 19, and it's blocking when I comes to load he document -> pdfViewerControl.LoadDocument(docStream);
I received then the following error message: Java.Lang.NoClassDefFoundError: android/util/Size
I changed the path of my document to make it shorter, I downloaded the latest Java development kit, and nothing worked.
Do you have an idea how to fix this, or I have limitations on API version?
Thank you!
Nicolas