ArtRayd
ArtRayd
In order to get it working needs to create also HTML element with specific id. That wasn't mentioned in docs and I was getting error till I made it randomly...
Wanted to use howler.js to play few sounds in different volume in the same time, but didn't find in docs how to do that.
Just for test removed everything except inline source. Was working very well few weeks ago, now I can't my project((( Here is my code: gulp.task('inlinesource', function () { return gulp.src('./app/create-full.html')...
Doing same as in docs ``` // nuxt.config.js pwa: { workbox: { importScripts: ['custom-sw.js'], } } ``` ``` // static/custom-sw.js console.log('Custom service worker!') ``` And nothing in console..
By some reason push notifications appears twice, I'm sending it via firebase Cloud Messaging interface. ### Version @nuxtjs/firebase: 7.4.1 firebase: 8.2.7 nuxt: 2.14.12 ### Steps to reproduce ``` // nuxt.config.js...
When running min version, Safari throws this error: ``` OverconstrainedError constraint: "" message: "Invalid constraint" name: "OverconstrainedError" ``` Running full version works. Manually minified full version works good as well...
No matter what, phone duration is 0.045 that doesn't sound right. Even if I say something like "Ooooooooh yeeeeees" 4.080 0.045 iː 4.320 0.045 tʲ 4.410 0.045 iː
In the begining everything worked well, but now I get this error: `Failed to construct 'PresentationRequest': The document is sandboxed and lacks the 'allow-presentation' flag.`
I'm using this code to get CSS variable color and check its contrast: `const titleColor = getComputedStyle(document.documentElement).getPropertyValue('--titleTextColor')` And every time I get this error: Error: Invalid Color : #000000 at...
Documentation all the time refers to Adsense Docs.. I'm not banned in Google, but couldn't find anything related to "pauseOnLoad". Can you please provide link to the related doc?