Martin
Martin
Sadly this is still an issue 😢 App-Version: 2.3.2 Android: 11 (1st August 2021) Device: Motorola edge Works fine until i update from android 10 to android 11.
At the moment i do this as a workaround: index.js ```javascript Vue.use(VueMatomo, { requireConsent: true }); ``` App.vue ```javascript created(){ if (process.env.NODE_ENV === 'production') { this.$matomo.rememberConsentGiven(); } } ``` but...
running into the same issue. all of the examples on the other page are working. i think the problem ist the positon: fixed in the drag-image mother div
Thank you @cjbj that helped. But I would expect that we could pass a variable for the timezone as a paramter at createPool() or createConnection(). Maybe you could take this...
@jamlen Thank you - that really solves my problem for now!
I also run into this bug :-(