JonathanGarro / SIMS-Portal

IFRC Surge Information Management Support Portal
4 stars 4 forks source link

Turn off globe on landing page for mobile users #46

Closed JonathanGarro closed 1 year ago

JonathanGarro commented 1 year ago

It works fine on my phone, but sounds like older phones freeze up when trying to load the spinning globe on the landing page. Should be able to just turn off that div when the screen size is small.

Reported by Paul K.

JonathanGarro commented 1 year ago

I've turned off the div that holds the D3 animation with d-none d-lg-block. This will prevent it from loading on any screen sizes smaller than large on Bootstrap's breakpoints.

Change added to release 1.1.1.

JonathanGarro commented 1 year ago

Original reporter has verified the solution worked.