I need to use MediaSource sourcebuffer in my Ionic v6 Capacitor v4 application. It’s working on Android and also on web. But it’s not working iOS iPhone which WKWebView doesn’t seem to support MediaSource.
Is there an alternative, an option or a hack to use MediaSource in my iOS Ionic iPhone app?
According to "mediasource" | Can I use... Support tables for HTML5, CSS3, etc, it seems to be working in iPad though I haven’t got the chance to try my app on such hardware.