Skip to content

fix(index): dynamic css loading support for older browsers (#294) #299

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

Closed
wants to merge 1 commit into from

Conversation

moyus
Copy link

@moyus moyus commented Oct 20, 2018

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

This PR solve the issue:link element load event not fired on old browser #294 by using onerror event of img element if user's browser is old enough.

Breaking Changes

None

Additional Info

None

@jsf-clabot
Copy link

jsf-clabot commented Oct 20, 2018

CLA assistant check
All committers have signed the CLA.

@ooflorent
Copy link
Contributor

This build of WebKit is the one (and previous) shipped with iOS 6. Do we really need to support something that old?

@alexander-akait alexander-akait requested review from ooflorent, alexander-akait and michael-ciniawsky and removed request for ooflorent and sokra October 22, 2018 10:43
@moyus
Copy link
Author

moyus commented Oct 22, 2018

There are still 3% mobile devices using Android 4.3 and below. Yes, the number seems small, however when those users contact you and complain about the app is not working on his phone, coders still need to fix it. Every user matters. 😀

@alexander-akait alexander-akait requested a review from sokra October 22, 2018 13:41
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

Successfully merging this pull request may close these issues.

4 participants