javascript - Web Page Is Scrolled Half Way Down When Loading on iOS -


i'm having issue long-scroll website i'm working on. currently, when load page on iphone, initial scroll position appears half way down or near bottom of page majority of time. have tried disabling few of slide shows, etc. on page try isolate problem, i've had no luck.

i'm sure caused either way i'm loading in javascript or stylesheets.

if take @ page , see if have suggestions, i'd appreciate it:

http://www.ideabasekent.com/staging/athletics2015/

i've checked code , figure out you're loading css files using javascript. it's not practice lazy load css files because browsers needs read css file before render page know every element must be. try put css using metatags instead of loading javascript.


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -