Embedded Web Browser in a WPF Window using webview2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there,
I am trying to create an Addin for Revit which will simply show a WPF window with an embedded web browser.
I'm using webview2 to try and achieve this however I'm encountering an error when testing it in Revit the window displays but is blank and empty. When debugging it does show the web browser to be there all though its not.
When I run the exact same code to create the window with the embedded browser by itself it works it just doesn't work when inside Revit. I've debugged them both at the same time comparing properties to see if theres a difference and there isn't they line up to be the exact same.
I've also tried CEFsharp which doesn't work either.
I'm lost for ideas on what to do, try and/or fix to make this work. Any ideas?
Cheers,
Jesse