AndroidDocumentViewer icon indicating copy to clipboard operation
AndroidDocumentViewer copied to clipboard

Why the other extensions do not load without internet except pdf?

Open husnainninesol opened this issue 6 years ago • 1 comments

I have implemented this github code. But unfortunately it do not load the files if the internet is not available. Is it the problem at my side or its the requirement?

husnainninesol avatar Jun 13 '19 07:06 husnainninesol

I have implemented this github code. But unfortunately it do not load the files if the internet is not available. Is it the problem at my side or its the requirement?

In this library, except for pdf reading(mupdf is used), Other file reading capabilities depend on a service called TBS, but the part of TBS that actually implements reading needs to be downloaded online (although it is done automatically), so if you read non-PDF files, The network is required.

hanlyjiang avatar Jun 13 '19 08:06 hanlyjiang