This repository has been archived by the owner on May 1, 2024. It is now read-only.
Replies: 1 comment
-
I have since learned that I can use the standard Xml classes in my View Model to perform my transformations into Html and then assign the output as the source of the WebView control. This works fine for macOS builds. My iOS build raises an exception so I have reverted to a static HTML template for that platform. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my Windows app I use a CHtmlView control which can display a XSL/XML transformation as HTML content.
I was pleased to see that Xamarin has a WebView control but he documents said that you have to load a HTML file into a buffer and set it as the HtmlSource. So how am I to use with XSL/XML translations and display the content? My target platform is MacOS with Xamarin 5.x.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions