scipy / scipy-sphinx-theme-v2

New version of scipy-sphinx-theme to be used across NumPy documentaton page and subpages.
https://pr-72-scipy-sphinx-theme-v2.surge.sh/
3 stars 5 forks source link

Delayed Rendering Issues on Mobile #66

Open mdhaber opened 4 years ago

mdhaber commented 4 years ago

(While this could be a Chrome mobile issue, I haven't noticed it on other websites.)

As I scroll, page rendering is delayed: parts of the page are white until I scroll to a certain point, then everything renders at once. For example, scrolling up:

Screenshot_20191127-080702 (1)

until I scroll a little further. Here is a more subtle example while scrolling down:

Screenshot_20191127-080520

The problem is most noticeable in the scipy.optimize tutorial of the small demo, so perhaps it is related to the equations? Maybe this, too, will be fixed with the switch to MathJax.

I notice a rendering delay when scrolling through the SciPy 1.3.3 release documentation on mobile, too, but in that case the rendering happens after a certain amount of time rather than once I scroll to a certain point.

Shekharrajak commented 4 years ago

I tried in some mobile chrome browser, I didn't find the issue. Let me see if any other person has similar problem.

Shekharrajak commented 4 years ago

May be it is because now we are loading the mathjax from the cdn url -- see here