I have WebView that is supposed to play some audio tags from webpages it is showing with similar code like this:
<audio preload="auto"
data-reactid="main.5.1.0x"
src="blob:https%3A//www.lsdfsdf.com/584b1e6d-47a6-4a58-a7d4-e5e7633c32a8">
</audio>
It seems it loads the audio but then doesn't play it. On a next click it loads again but then doesn't play it. I am now not sure if the loading doesn't work since it is a blob url or a permission issue with the WebView itself.
When I open the same webpage in a browser, everything works fine.