Trumbowyg WYSIWYG editor does not work in IE but works perfectly in Chrome and Firefox but when I babeled the code, it worked in all browsers but no icons showed.
Browser version: IE 11, Chrome and firefox
OS: Windows 7
Was not working in IE, so I put 'Trumbowyg.js' through babel for conversion and it worked in all browsers except now the little icons don't show in all browsers.

Any ideas?
Are icons working here? https://alex-d.github.io/Trumbowyg/
If yes, it's on your side, can't help you without more information.
Hi Alex, it happens the same to me when I use the plugin under a phonegap app.-
The plugin works fine, the files seems to load fine, but icons are not showing.
Tested on iphone 6 - ios 11 / Android 7.
It seems that the plugin creates a div with the svg icons, just after the body:
In web/chrome:

But when you open it in the native browser, it's empty:

Hey,
check this section of the doc:
https://alex-d.github.io/Trumbowyg/documentation/#common-issues
@Alex-D thanks for your answer. Is there any way I can use it without https? because when you compile the hybrid app, is just like when you work on localhost. And your plugin is awesome
If it doesn't works, try to directly embed SVG in HTML: https://alex-d.github.io/Trumbowyg/documentation/#svg-icons (Use SVG icons without XHR or via an another protocol than HTTP(S))
Thank you so much Alex!