React-draft-wysiwyg: Browser Support?

Created on 18 Apr 2017  路  6Comments  路  Source: jpuri/react-draft-wysiwyg

Can anyone tell me browsers support for this plugin?

Most helpful comment

On IE draftjs needs string.prototype.startswith Polyfill.
This library has the same supported Browsers as draft itself

All 6 comments

Even I would like to browser compatibility of this package. This should be updated in readme file so that everyone can see it before using.

It's using flexbox in styles so i assume
IE > 9,
edge >= 11,
firefox >27,
chrome > 20,
safari > 6,
opera > 11.5,
iOS Safari >6.1
Opera Mini all
Android browser > 4.3
Chrome for android > 12
http://caniuse.com/#feat=flexbox

On IE draftjs needs string.prototype.startswith Polyfill.
This library has the same supported Browsers as draft itself

I will soon fix this IE issue. Thanks @nyrosmith .

@jpuri was this ever fixed? For some reason when I delete on Internet Explorer using the context menu, I don't get an onStateChage event callback.

What I meant is whether the polyfill was even included?

Was this page helpful?
0 / 5 - 0 ratings