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

Support for IE 11 and iOS Safari 9.3 #1377

Closed
joudinet opened this issue Dec 12, 2018 · 1 comment
Closed

Support for IE 11 and iOS Safari 9.3 #1377

joudinet opened this issue Dec 12, 2018 · 1 comment

Comments

@joudinet
Copy link
Contributor

Hi,

I've just tested converse.js on iOS Safari 9.3 (last available version on an iPad 2), and it does not work.
It does work on an old iPhone, which run a little less old iOS version: 10.1.
I suspect the problem to be the use of arrow functions, which are not supported in either Safari 9.3 nor IE 11:
https://caniuse.com/#feat=arrow-functions

I'm not sure you're interested in supporting these two browsers, but in case you do (estimated 13% of users), I could test it for you.

@jcbrand
Copy link
Member

jcbrand commented Dec 12, 2018

Converse uses quite a few features not supported by IE11, not just arrow functions. For example also CSS properties and webcrypto.

I don't think it's worth the effort to support it.

I appreciate that you're willing to test in these browsers, but it's not very helpful if things are broken and I have to then fix it without having access to those browsers.

@jcbrand jcbrand closed this as completed Dec 12, 2018
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

2 participants