Luca Naterop

Results 6 issues of Luca Naterop

Since the website is down it is unclear how one can use meteor candy on a production server in 2021. Is the business version still available?

When you click on an ion-item, it becomes grey for a moment as a click response, as you can see in the [ionic docs ](http://ionicframework.com/docs/api/directive/ionList/). I think clicking on a...

On iOS, when saving a couple of photos, closing the app, restarting and adding another photo, some of the existing ones are being replaced by the new one. Same problem...

I managed to do facebook login like this: ``` ApiV1.addRoute('facebooklogin', {authRequired: false}, { post: { action: function () { var accessToken = this.bodyParams.accessToken || this.urlParams.accessToken; var email = this.bodyParams.email; var...

I have an `Images` collection with an S3 store. I would like to have a sync insert on the server. I need this because it is inside an API endpoint...