Video from local storage not playing in WebView (Xamarin.Forms) after latest iOS update (12.2)
It is a UIWebView bug , I add the below code, it works now.
self.webView.mediaPlaybackRequiresUserAction = NO;
self.webView.allowsPictureInPictureMediaPlayback = YES;