I published the WebbApp on appgyver’s server. However, it apparently doesn’t play any cached file (which is paramount to my application, since I’m recording and replaying the user’s voice). Anytime I press any play button, is thrown the following err on the Console of Chrome Developer tool:
Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause(). https://goo.gl/LdLk22
Hi Alan, I took a look at the audio recording flows and they are also developed for mobile use. If you wish, you can add web audio compatibility as a feature request in the tracker. As it might take some time, in this case I would rethink if there’s a way to translate your app idea to mobile if you want to build it with AppGyver. Sorry for the disappointment!
Have you found a solution here? I want to cache images in a webapp. Longer term I will get it released into native apps but initially caching in webapp is important to me.