fillMaster icon indicating copy to clipboard operation
fillMaster copied to clipboard

Add ability to use offline (potentially through local storage)

Open dcallus opened this issue 3 years ago • 1 comments

Currently (at least on iphone) when you save the app to your mobile desktop and attempt to use offline, the app works, except for the sounds.

I think the solution would be to store the sounds in local storage which there is information about on stack overflow. But perhaps there are other solutions.

sounds files are inside react-pro-metronome library in the source. It's okay to modify this library, it already is.

dcallus avatar Jul 09 '22 22:07 dcallus

Note: before this is done, we might need change the app to not have so many different media types. Or perhaps it will work by just saving mp3 or wav for example.

dcallus avatar Jul 10 '22 07:07 dcallus