Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some loading indication when a content is still downloading #110

Open
Yehezkiel01 opened this issue Oct 20, 2020 · 3 comments
Open

Some loading indication when a content is still downloading #110

Yehezkiel01 opened this issue Oct 20, 2020 · 3 comments
Labels

Comments

@Yehezkiel01
Copy link
Contributor

Quite often I found myself tapping the play button 3 times consecutively when a content is still loading. I did not know that it's loading that I end up thinking it's a bug. It might then be necessary to give some indication of loading.

Another scenario is swiping.
Sometimes, I just can't swipe bcs we are still loading content, we might want to consider some loading bar

@nelsontky
Copy link
Contributor

nelsontky commented Oct 21, 2020

Hmm by right when the content is loading there is a loading bar. However, the loading bar cannot be 100% accurate (i.e. i can't know if an audio is actually loaded) due to issues with Safari on iOS. On iOS, you have to play the audio before it starts loading, and if i implement it in the other way in where i wait for an audio to fully load, nothing will load on iOS. There is also no way i can get the loading progress of an audio after i click play.

The swiping thing we cannot have a loading bar cuz there is no way i would know if there is any more content from the server before loading from the server. It is still possible to make some indicator but it would be very tedious considering our swiping feed so I'll look into it next time!

@Yehezkiel01
Copy link
Contributor Author

Okay, understand. I think the problems that I'm facing is only happening on my IPad, the android is not that much of an issues.

So, just to check again, on IOS, is that possible to have a rotating bar instead after we press the play button? It might not necessarily require a progress. If this is more of a technical limitation, then we should just leave this issue

@nelsontky
Copy link
Contributor

Hmm i don't think a spinner is possible too but we can keep this open and I can see next time!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants