You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: