Felix Schauerte

Results 82 comments of Felix Schauerte

which os? what do you mean with random urls pdfs?

The file you are passing in cannot be accessed. see https://github.com/sitewaerts/cordova-plugin-document-viewer/blob/8a6958c2643a80ab5d995d3a36d49bfe5589fad3/src/android/de/sitewaerts/cordova/documentviewer/DocumentViewerPlugin.java#L850 the String fileArg is exactly the file url you pass in. the method returns a file object, but that...

did you really load the plugin cordova-plugin-document-viewer via config.xml? please double check.

I guess this issue has no dependency to the filetransfer plugin. Is your code executed **after** the deviceready event? Are you using the latest version of the plugin from npm?...

did you ever try it with `SitewaertsDocumentViewer` instead of `cordova.plugins.SitewaertsDocumentViewer`?

Did you try `{print: { enabled: true } }` ?

I never faced this message. Are you able to reproduce the behaviour with the sample app? Could you please attach a sample pdf file to this issue?

Issue may be caused by ionic or another plugin you use in your project. Does the issue persist if you remove all other plugins from your project (should be easy...

sorry to all of you. I don't have any experiences with ionic. anybody out there to fix this?