interactive-machine-learning-list icon indicating copy to clipboard operation
interactive-machine-learning-list copied to clipboard

Does not work on Chrome in iOS

Open stared opened this issue 7 years ago • 1 comments

I didn't experience it myself (only Safari on my iOS), but got this one from one of the users:

39075659_10216851470299775_5861298339357655040_o

If someone knows how to fix it, PR would be appreciated. :)

stared avatar Aug 13 '18 19:08 stared

The reason is trivial: you forgot to transpile your ES2015 files (such as main.js) to ES5 using babel.

niutech avatar Aug 15 '18 21:08 niutech