roarkmccolgan

Results 8 comments of roarkmccolgan

OS version 10.11.6 El Capitan

This feature would be a great addition if possible.

I believe this is a problem I am getting. Once I record an audio file, I cannot play it or any other audio file on IOS. Is there anything I...

@cch504 Thanks for the example however I don't understand why you would need the package you mentioned? Would this not work without it? Reason I ask is that package seems...

Hi Userquin Thanks for your suggestions Ok so I’ll replace ‘’’ register(`${process.env.BASE_URL}service-worker.js` ‘’’ With ‘’’ register(`${import.meta.env.BASE_URL}service-worker.js` ‘’’ yes it’s in the src directory. thank you!

Hi Again, @userquin that helped as now there is no 'undefined' when loading `service-worker.js` However there is no service-worker.js in my dist or src folder: Here is what I do...

Thanks so much @userquin Yes, I have the following in my config: ``` VitePWA({ registerType: 'autoUpdate', selfDestroying: false, devOptions: { enabled: true }, manifest: false }), ``` So the idea...