Mattias Fjellvang

Results 315 comments of Mattias Fjellvang

Even happens on their main website: ![empty lyrics](https://user-images.githubusercontent.com/3786627/103087958-84a47900-45e9-11eb-99f0-8f59218e1b8b.gif)

Awesome @crxporter. I'll message you directly

This is a work-around. Whenever a product is added, that is dynamic, I run this: setTimeout(() => { const images = document.querySelectorAll('.image-gallery .product-image'); for (let i = 0; i <...

Is there a lazySizes command I can run to recheck/reload elements within a container? Becauseit loads the wrong size :/, but if I do above function it reloads the correct...

Thanks! Sent with GitHawk

Also opening in Safari works - however, the image is static. I wonder if this is only an issue with the demo, and if I install the dependecy locally in...

Opening in Safari works, but the image is static.

@ManuLpz4 what do you need to do in the flutter code in order to get the `referrer`?

> Try leading here may be you may get some tips [here](https://simonmarquis.github.io/Android-App-Linking/) The article you linked to mentions: >referrer will trigger a com.android.vending.INSTALL_REFERRER Broadcast once the app is installed. How...