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

Experiencing CSS/iScroll Load racing issue #34

Open
iDVB opened this issue Oct 18, 2016 · 0 comments
Open

Experiencing CSS/iScroll Load racing issue #34

iDVB opened this issue Oct 18, 2016 · 0 comments

Comments

@iDVB
Copy link

iDVB commented Oct 18, 2016

I narrowed things down to something to do with chunk-injecting the css in webpack. If I use ExtractTextPlugin and all the css goes into a single file, everything works fine. But if I don't use that, and it blobs each css in, it does not work "on first load" ...works fine after that.

Additionally, if I put inline style on the parent item around the then that works too.

I'm curious why that makes a difference.... doesn't the CSS always load 100% before the JS does?

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

No branches or pull requests

1 participant