Obviously Xamarin UIWebView is officially not available for tvOS.
Some developers were able, however, to enable the WebView control on tvOS by editing the file Availability.h.
Is it technically possible to use the same approach within Xamarin on some kind of UIWebView.h?
If yes, where is it located in the source tree?
I would like to use the object UIWebView in a Xamarin tvOS project, which is prohibited by Apple. There is already a detailed discussion on how to implement a workaround in Objective-C, but I would like to implement a similar workarround in Xamarin C# like in this SO question: "Web app in tvOS".
How can I do that?