meteor / cordova-plugin-meteor-webapp

Cordova plugin that serves a Meteor web app through a local server and implements hot code push
MIT License
66 stars 74 forks source link

FIX - Issue #72 #73

Closed Nauzer closed 5 years ago

Nauzer commented 5 years ago

Replace fat-arrow (ES6) function with regular (ES5) function for backwards compatibility on Android 4.4.x devices.

Fixes issue #72