Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
Android application crashes when scrolling PDF
IP: 87.6.39.220
2 years 6 months ago #15841
by support
Replied by support on topic Android application crashes when scrolling PDF
We're working hard on it.
We've many hundreds customers using the framework and your ticket is really surprising us.
We'll update you as soon as possible.
We've many hundreds customers using the framework and your ticket is really surprising us.
We'll update you as soon as possible.
IP: 151.41.222.87
2 years 6 months ago #15842
by kaizhou
Replied by kaizhou on topic Android application crashes when scrolling PDF
Dear user,
We may have found the root of your issue.
We have uploaded a file containing the potential fix, could you replace it and let us know if the issue is resolved?
regards,
RadaeePDF.com
Support team
We may have found the root of your issue.
We have uploaded a file containing the potential fix, could you replace it and let us know if the issue is resolved?
regards,
RadaeePDF.com
Support team
IP: 193.32.62.240
2 years 6 months ago #15843
by bays
Replied by bays on topic Android application crashes when scrolling PDF
Hello, thank you for quick response! We will check if it helps and I'll get back to you:)
IP: 88.201.206.244
2 years 6 months ago #15844
by bays
Replied by bays on topic Android application crashes when scrolling PDF
Hello guys! We will try your method, but there is one note, maybe you can respond.
You added a check:`if (pageno < 0 || pageno >= m_pages.length) return null;`but according to our developers it might be wrong since we can get NULL in that case and then crash with NPE (null pointer exception).
Have you considered adding this check in `OnPageRendered()` method (`PDFLayoutView` class) since `vGetPage()` can cause NPE in case of returning NULL?
You added a check:`if (pageno < 0 || pageno >= m_pages.length) return null;`but according to our developers it might be wrong since we can get NULL in that case and then crash with NPE (null pointer exception).
Have you considered adding this check in `OnPageRendered()` method (`PDFLayoutView` class) since `vGetPage()` can cause NPE in case of returning NULL?
IP: 193.32.62.240
2 years 5 months ago #15852
by bays
Replied by bays on topic Android application crashes when scrolling PDF
Hello guys,
It seems that the fix we used (in the post above) solved issue with PDF crashes. Thank you very much for your help!
It seems that the fix we used (in the post above) solved issue with PDF crashes. Thank you very much for your help!
IP: 193.32.62.240
2 years 5 months ago #15853
by bays
Replied by bays on topic Android application crashes when scrolling PDF
Hello guys,
It seems that the fix we used (in the post above) solved issue with PDF crashes. Thank you very much for your help!
It seems that the fix we used (in the post above) solved issue with PDF crashes. Thank you very much for your help!
Time to create page: 0.388 seconds