I found the solution, there is a way to override the autoplay ban but you need to adjust your Xcode file in order to do that.
You just need to add the line in your view controller.m file
self.Webview.mediaPlaybackRequiresUserAction = false;
I found the solution, there is a way to override the autoplay ban but you need to adjust your Xcode file in order to do that.
You just need to add the line in your view controller.m file
self.Webview.mediaPlaybackRequiresUserAction = false;