Andrea Turri

Results 12 issues of Andrea Turri

It work fine on desktop and any device but if I attach the magic keyboard to the iPad PRO, it doesn't scroll anymore by doing the 2 fingers gesture. It...

I just downloaded your app and opened it. It is just white. What I see is a Deck Tracker window (empty) with two options: Deck Manager and Settings. Clicking on...

Hi, it fire this error if used in Ionic: Cannot read property 'create' of undefined. ``` ... ```

During my tests I receive a very long list of warnings like this: ``` WARNING: The box-sizing property isn't supported in IE6 and IE7. The box-sizing properties isn't supported in...

I started using PWA Workbox on my Nuxt project but I cannot get rid of the Content Security Policy for https://cdn.jsdelivr.net/npm/[email protected]/workbox/workbox-sw.js It is correctly set in the `scriptSrc` like this:...

Hi, I have a collection called Messages and I'm trying to join it with Meteor.users to get the author name: ``` export const Messages = new Mongo.Collection('messages'); Messages.join(Meteor.users, '_author', 'author',...

I have the issue of images overlapping because I'm loading many images. Usually the easy fix for the Javascript / jQuery version is to add ImagesLoaded and after initialise isotope....

I'm using [Google Maps RichMarker](https://googlemaps.github.io/js-rich-marker/reference.html) and it was nice to implement Spiderfier too but unfortunatly it doesn't work. It will be really nice to extend it to let it work...

If I want to use another plugin, ie: Shadowbox on content loaded with Pagination... it doesn't work.

Version 3.0

I'm using Vuetify dialogs and within I have a big list of data I wish to load with infinite scroll. The plugin is working fine outside a dialog but it...