Victor Dias
Victor Dias
I've faced this issue, but found that cordova.js was missing on my app
I have same issue, occurs randomly, I mean on a list of cards, some imgs appears and others no, even if urls of imgs are same. https://crud-angularfirestore-ionic4.web.app ([source code on...
Hi @andreas-aeschlimann, did you use tab bar on your page ? The workaround works for me only on pages without tab bar (check my [stackblitz demo](https://crud-angularfirestore-ionic4.web.app/)), but don't if I...
I share this point, why download from web when the image is available on localstorage. I could understand if it's to allow up-to-date img, but could be a **configuration: `loadFromStorageIfExists`.**...
I use it with ionic2-super-tabs, none known issue
Hi @john-doherty I've tried @rustico-david solution it's not consistent, for same device I have different uuid, depending if I use cordova-plugin-uniquedeviceid or cordova-unique-device-id: Id with `cordova-plugin-uniquedeviceid` "uuid":"58986b98-df3c-c189-0000-000000000008" Id with `cordova-unique-device-id`...
@lav-sttl `cordova-plugin-uniquedeviceid` uses SIM datas only available on Android if user "allow to make and manage phone calls", on `cordova-unique-device-id` these datas are not requested then the permission is not...
Hi, I recommend using https://www.npmjs.com/package/quill-image-compress, it should resize img **on upload** to fit max width and height and compress it. Resize after upload has no effect on file size.
Hi @weiesky I'm trying to change fill color using css class as you described above but it is not working. Can you help me please ? I've created a [stackblitz](https://stackblitz.com/edit/mmb-lottie-performance?file=index.js),...
Hi @bodymovin I've named ".square" the fill of shape layer, not the layer, sorry if It was not well expressed on my comment, I fix it.