Stylesheet not loading in latest Safari
See original GitHub issueIt looks like setting the rel="stylesheet"
attribute onload does not work in the most recent Safari. Changing this to simply declare rel
by default correctly loads the stylesheet, but am unsure if preloading works as intended.
<link rel="preload" as="style" href="/6b2bede60756eb41/bundle.css" rel="stylesheet">
https://developer.mozilla.org/en-US/docs/Web/HTML/Preloading_content#The_basics
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
How to Fix CSS When It's Not Working in Safari Browser
Navigate to Safari on the menu bar and select Preferences. Click on the Advanced tab and check the Show Develop menu in menu...
Read more >Safari 11 not loading updated CSS - Apple Community
A thing you can try to do is to clear the cache of Safari by going to Develop > Empty Cache or pressing...
Read more >CSS not loading in safari, working fine everywhere else
Update: So I have feedback from my friend: He is getting a "Failed to load resource: the network connection was lost" for every...
Read more >How to Fix CSS Issues on Safari - W3docs
There is a CSS appearance property used to display an element using a platform-native styling based on the users' operating system's theme. To...
Read more >CSS not loading in Safari - General - Forum | Webflow
Hi, I have created a slider style display of photos using IX2. I am testing it in different browsers and there are two...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@yoshuawuyts - when I check with Bankai v9.2.1 on desktop Safari I see the css getting requested in the network tab and rendered on my page.
💯 thanks!