I am creating a Xamarin Forms application with a Webview that loads a local web (pdfjs) to display PDF.
I have made custom renderers for UWP, Android and iOS, following the official documentation and they are working, but now I have added support for MacOS and WPF and I do not know how to create custom renderers in both (Webview).
I can not find any example, how could I do it? Thanks.