Hi all.
I have a rather strange problem with essential objects.
We converted our software into a WebView and worked there with cefsharp first.
Then we switched to essential objects.
Now we have the following problem:
Our WebView is displayed as WPF View in a C application.
When I load the first time everything is ok and everything is displayed correctly.
But now when I for example open and close a pop-up I can't see the content of the WebView anymore. A white window is simply displayed.
If I now simply move the mouse over it, the content appears.
We did not have this problem before.
We have also tried to show only "google.at" in the WebView and not our content, so that we can exclude that this is the problem.
XAML-Code with the WebComponent:
Quote:<eo:WebControl>
<eo:WebControl.WebView>
<eo:WebView x:Name="WebUrl" AllowDropLoad="True" ConsoleMessage="ConsoleMessage">
</eo:WebView>
</eo:WebControl.WebView>
</eo:WebControl>
I hope someone can help me with this problem.