Невозможно просмотреть PDF на мобильном телефоне с помощью pdf js - PullRequest
0 голосов
/ 17 декабря 2018

Я могу просмотреть PDF в браузере, используя ионную подачу, но я не могу просмотреть PDF на устройстве.Я тестирую на Android.

Это ошибка, которую я получаю:

polyfills.js:3 Fetch API cannot load file:///android_asset/www/assets/imgs/11.pdf. URL scheme “file” is not supported.
(anonymous) @ polyfills.js:3

vendor.js:1 ERROR Error: Uncaught (in promise): TypeError: Failed to fetch
TypeError: Failed to fetch
at polyfills.js:3

at Generator._invoke (0.js:1)
at Generator.t.(anonymous function) [as next]
 (file:///android_asset/www/build/0.js:1:278295)

vendor.js:1 ERROR Error: Uncaught (in promise): DataCloneError: Failed to execute ‘postMessage’ on ‘Worker’: TypeError: Failed to fetch could not be cloned.
Error: Failed to execute ‘postMessage’ on ‘Worker’: TypeError: Failed to fetch could not be cloned.
at o.postMessage (0.js:1)

Заранее спасибо.

...