jarek-foksa / xel

Xel - Widget toolkit for building native-like Electron and Web apps
https://xel-toolkit.org
Other
691 stars 59 forks source link

xel-toolkit.org is blank #36

Closed apollolux closed 7 years ago

apollolux commented 7 years ago

The demo website loads an empty canvas; the sole element is a element and it's a light gray background. Does it have something to do with the xel.min.js script tag having a type of 'module' ?

Chrome 60 on Windows 10, Chrome 60.0.3112.89 on iOS 9.3.2, Chrome 58.0.3029.83 on Android 5.1.1

jarek-foksa commented 7 years ago

Yeah, <script type="module"> should not be used in production until Chrome 61 becomes stable.