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 has been archived by the owner on Oct 10, 2019. It is now read-only.
When I'm trying to use ng-pdfviewer in my ionic app it will work perfectly for a standard pdf in a normal page. However, when I use it on "sub pages" (not sure if this is the correct word for what I'm talking about, it's the pages you get when you use href="#/app/search/{{pdf.id}}") it breaks all the links going to the subpage. I've specifically narrowed the problem down to the pdf.Instance. When you comment out the first line the pdf obviously doesn't work correctly, but the links start working correctly again. The error I'm receiving is: Error: undefined is not an object (evaluating 'pdf.Instance')
The text was updated successfully, but these errors were encountered:
When I'm trying to use ng-pdfviewer in my ionic app it will work perfectly for a standard pdf in a normal page. However, when I use it on "sub pages" (not sure if this is the correct word for what I'm talking about, it's the pages you get when you use
href="#/app/search/{{pdf.id}}"
) it breaks all the links going to the subpage. I've specifically narrowed the problem down to thepdf.Instance
. When you comment out the first line the pdf obviously doesn't work correctly, but the links start working correctly again. The error I'm receiving is:Error: undefined is not an object (evaluating 'pdf.Instance')
The text was updated successfully, but these errors were encountered: