boynet
boynet
Hi does it also happen on the demo page? https://boynet.github.io/boynet/
Hi any results? I know this kind of bugs is usually gpu memory problem
can you upload some demo where this bug happen?
Laravel is server side, while lazysizes is client side they have nothing to do with each another so your problem is in your js code
> Haven't checked it yet. But does it work with `iframeLoadMode` = `1`? for me it fixed bug with vimeo where it didnt have the full screen button, changing the...
> Yes you can still use it as a website and works. is there more info about it? how do I use it as website?
@basvdijk in that case why not just use google analytics for website? its gonna be the same thing but without the need for proxy server
oh :/ never use ionic, cant you just run this code on page change? `ga('send', 'pageview');`
it seems like there is settings to make it work in cordvoa https://stackoverflow.com/questions/11026916/how-to-use-google-analytics-with-phonegap-without-a-plugin > // THIS IS FOR LOCALSTORAGE > var GA_LOCAL_STORAGE_KEY = 'ga:clientId'; > ga(function(tracker) { > localStorage.setItem(GA_LOCAL_STORAGE_KEY, tracker.get('clientId'));...