developdeez

Results 28 comments of developdeez

Here's the test server. Please have a look and let me know if something is obvious: https://meet.foxtailapp.com/test I only removed a few features and had to disable to app download...

Has anyone set this up in AWS? I want to get an idea on environment.

Actually I noticed if you add discourageDownloads={true} It will force the left to show to the left on smaller screens. That's weird. Any better way?

Getting this error for children divs. My code is below showing my use of placeId as the key. No matter what I change the key to is errors. I imagine...

Im not sure what happend on my end but I had to alter it to use those functions. Still works though 👍

@jeffposnick I took a look at PWA Builder and their Service worker looked a bit empty. I created mine based on Recipes from the site you mentioned. Do none of...

@jeffposnick that sounds great is there a React example of that? Trying to figure it out thru another package isn't feasible due to their framework

OK. Here's what I ended up with. Is this what you meant? : ``` // Check that service workers are supported if ('serviceWorker' in navigator && 'register' in navigator.serviceWorker) {...

Same. Any alternative packages to recommend?