After digging into the MDN web docs for createObjectURL (https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL), it's clear that when looking at Browser Compatibility (mobile), this method is specifically supported by certain mobile browsers using URL prefixed as webkitURL
.
The terminology might be a bit confusing, so I'm wondering if someone could help clarify what exactly needs to be done in order to ensure compatibility with these particular mobile browsers. An example demonstrating this would be greatly appreciated.