es6 not working on samsung Note3 default browser

I recently updated to meteor 1.2.1 from 1.1.0.3, then made some changes from es5 to es6. The changes work fine in most browsers, but the app no longer works correctly on Samsung Note3’s default browser. It does work in FF on the Note3 though.
Any templates that include new es6 code fail in one way or another.

Have you added the ‘ecmascript’ package?

The app works fine on other browsers on the device (FF for example), so I am assuming it was added when I upgraded from 1.1 to 1.2. Is that correct?

No, you need to add it yourself - it’s possible some browsers already support the features you are using natively.

2 Likes

OK. Thank you. Its working now.