Hello,
We want to integrate a web browser in a flyout pane in WPF to display html 5 pages. Moreover, we want to display some html contents in tooltips too.
The provided WebBrowser by WPF framework does not work well.
Consequently, the idea is to have a "htmlplaceholder" (as you provide in silverlight) which supports HTML 5 and could be based on chromium engine.
Thanks & regards,
Hi Olivier,
What you can try is using the XAML islands. I would suggest checking the Fasten Your Seatbelts! RadTabbedWindow Lands on XAML Islands blog post, which demonstrates how you can use our RadTabbedWindow control like a web browser. To show a web page, you can use UWP WebView control, as demonstrated in the blog post.
I hope this approach will work for you, and you can integrate it into your application.
Regards,
Dinko
Progress Telerik