How can i observe the download percentage on (fun retrieveFromHttp) #702
Replies: 4 comments 1 reply
-
The Regarding regular HTTP downloads, you can compute the progress by checking the expected length returned by Using Then, when writing the content of the |
Beta Was this translation helpful? Give feedback.
-
Thx sir @mickael-menu but what about Streaming if i need show some progress indicator while book downloading & opening as i now streaming will download as buffering not all book on one time so is there any way to show some progress indicator while book oping first buffer !
|
Beta Was this translation helpful? Give feedback.
-
@mickael-menu i send you on slack book that i tested on TestApp you can test and see the delay |
Beta Was this translation helpful? Give feedback.
-
For the record, I gave a try to Hisham's server and it takes 13 seconds to respond to a HEAD request. At least from France. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to show progress bar to enhancement UX on my app while the book is downloading i am using suspend fun retrieveFromHttp for download the books so is there any way to achieve this or i need do some customization. i think this callBack is available on IOS ? so i am asking is this possible also on android.
for IOS :
FYI : readium_version = '3.0.3'
Beta Was this translation helpful? Give feedback.
All reactions