I have a Xamarin.iOS app where video is displayed in a WKWebView.
360 panoramic videos don't display properly, which looks like its an inherent limitation in the web view.
Is there any way to
- Get the 360 video to display correctly in the WKWebView
- Read the video's metadata to determine if it is 360 so I can open it in something else?
Thanks