You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2024. It is now read-only.
I am getting 2 errors in ionic 1 project whenever I click on hardware back button of android device.
Error while loading the content.
AND
Invalid parameter value detected.
Here is console log:-
Uncaught TypeError: Cannot read property 'getDestination' of null
at PDFLinkService_navigateTo [as navigateTo] (pdf.js:12475)
at PDFLinkService_setHash [as setHash] (pdf.js:12596)
at PDFHistory.pdfHistory_goTo [as _goTo] (pdf.js:16154)
at pdfHistoryPopstate (pdf.js:15941)
PDFLinkService_navigateTo: "null" is not a valid destination array.
And Also <pdfjs-viewer on-init="$ctrl.onInit()"></pdfjs-viewer> not working.
Hi,
I am getting 2 errors in ionic 1 project whenever I click on hardware back button of android device.
Error while loading the content.
AND
Invalid parameter value detected.
Here is console log:-
Uncaught TypeError: Cannot read property 'getDestination' of null
at PDFLinkService_navigateTo [as navigateTo] (pdf.js:12475)
at PDFLinkService_setHash [as setHash] (pdf.js:12596)
at PDFHistory.pdfHistory_goTo [as _goTo] (pdf.js:16154)
at pdfHistoryPopstate (pdf.js:15941)
PDFLinkService_navigateTo: "null" is not a valid destination array.
And Also
<pdfjs-viewer on-init="$ctrl.onInit()"></pdfjs-viewer>not working.Please let me know if I am doing something wrong.