Lepozepo / cloudinary

MIT License
94 stars 42 forks source link

Cordova Android Bug with Meteor 1.2+, broken file upload #64

Closed fabyeah closed 8 years ago

fabyeah commented 8 years ago

Just a heads up: It is now neccessary to define App.accessRule("blob:*"); for file upload to work on android devices. A note in the documentation would be nice, like CollectionFS did: https://github.com/CollectionFS/Meteor-CollectionFS/blob/master/README.md#cordova-android-bug-with-meteor-12

Might save people a lot of time. I certainly wish I found that earlier. ;)

Lepozepo commented 8 years ago

Added to README ^_^