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

Loading spinner improvements #1

Open
imrehg opened this issue Oct 5, 2015 · 0 comments
Open

Loading spinner improvements #1

imrehg opened this issue Oct 5, 2015 · 0 comments

Comments

@imrehg
Copy link
Owner

imrehg commented Oct 5, 2015

Currently the loading spinner is done by preloading the overlay image with jquery ajax to cache, which can signal when is it finished (as opposed to google's own library's progress, at my current knowledge), then load it from browser cache automatically.

Problem is: Facebook in-app browser doesn't have cache, so it downloads the image twice! (double time, double bandwidth). Refactor this behaviour that the Facebook browser can work too.

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

No branches or pull requests

1 participant