-
**Describe the bug**
Calling `CefInitialize()` on **Linux** machines prevents usage of **.NET interop**. While the application will appear to continue to function normally, user-thrown exceptions (in…
-
I want to implement a browser based on Xilium.CefGlue that works on Windows and on Linux I found a solution with Chromely. I implemented the Browser according to this Chromely [tutorial ](https://gith…
-
Dears,
I've started to write testing app (VS2022 Pro, .NET 6.0) based on Chromely 5.2.101.
All the tests I've made on Windows work normally. However, I cannot execute the app on Ubuntu (tested 18.04…
-
Hi, recently i've been getting a few crashes on mac OS and it only happens on some macs. The one i work with, it works just fine.
I sent the crash log in hopes for some pointers towards the solution …
-
我们在注册C#对象的时候, C# 对象中可能会存在很多的事件, 这些事件可以通过js赋值function的形式绑定, 这个需要如何完成?我目前实现了C#事件动态绑定的代码, 不知道如何才能通知到V8Context, 我尝试了CallFunction的方法, 但是报的是V8Context为null。
我现在提供C#代码动态绑定事件的代码, 希望这个功能可以实现上去。
using System…
-
Hi :
Hello,I have a problem that maybe you once had, I have some html,just to render in the avalonia application.
I have find a way,it is cefnet. it use google chrome,but this will make the packag…
-
After installing the Nuget package, I used
` ` to add the control to my view.
When the view is loaded, I get the following error:
```
Xilium.CefGlue.CefVersionMismatchException: CEF runtime…
-
Do I need any kind of special setup for extra properties defined in samples like
```xml
Xilium.CefGlue.Demo.Avalonia
CefGlueDemoAvalonia
```
They seem to be used by custom .targets. Do I need …
-
Hey Nick, ... using your NP.Demos.CustomViewModelsDemo as an example - in this case what I want to do is inject a user control into DataTemplate ... Works great - however whenever user moves docking t…
-
**BUG描述 / Describe the bug**
运行报错: System.Runtime.InteropServices.SEHException
**BUG如何产生的 / To Reproduce:**
在长时间操作中,如果内存持续增长,1G左右,直接报错并白屏。
程序是以32位模式运行,64位时会好点
**截图 / Screenshots**
If applicable…