CefGlue.Core icon indicating copy to clipboard operation
CefGlue.Core copied to clipboard

Port of CefGlue to .net Core

Results 18 CefGlue.Core issues
Sort by recently updated
recently updated
newest added

It seem to can't run On Linux. Can this support for Linux?

Hey there, just to let you know I tried including this control in my current project using Avalonia 0.9-preview8. I installed all packages and currently am debugging in windows. When...

Hey there, is it possible to just open a file (html/pdf) with this browser or can you only specify an URI? Didn't found any option yet. Thanks :) Some more...

I cloned the project, updated the Avalonia Packages and I get compilation errors and obsolete advices. However, with Avalonia (0.8.1) works fine.

Hi! I try to create Avalonia app with CefGlue and get following error in runtime: ``` Unable to load DLL 'libcef': Не найден указанный модуль. (Exception from HRESULT: 0x8007007E) ```...

Hi, I tried building and publishing CefGlue.Samples.Avalonia from this repository. I found it runs fine on Windows 10, so then I published targeting Ubuntu 18.04 x64. When I tried running...

I have been trying to add the AvaloniaCefBrowser control to the official Avalonia ControlCatalogue Demo here: https://github.com/bitbonk/ControlCatalogStandalone/commit/1b4a21295b3be5c61de00458c5a5e7a9644f6875 But I get the error “unable to create browser control with no additional...

This is probably an issue with CefGlue itself, though it causes problems here nevertheless. When running the html5 test (html5test.com), the page identifies the browser as Chrome 57, and the...

When running the CefGlue.Samples.Avalonia project in Windows in a high DPI monitor (i.e. 4K), the browser isn't scaling correctly for high DPI and instead displays blurry content.