Click here to Skip to main content
15,894,343 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Team,

I have upgraded the CefSharp version into 63.0.0 to avoid the High DPI rendering issue into WPF project. After upgraded, the content was not rendering in the browser. It showing as empty and the browser not being initialized.


Please find the configuration details,


WPF .Net framework version: 4.5.2
Machine resolution        : 1920 * 1080
CefSharp Version          : 63.0.0
Package                   : Nuget
Platform Architecture     : X86
Operating System          : Win 10

**Issue Details**

- I have created simple sample with button and CefBrowser in the window. When we click "Load", the HTML content loaded in the same window. It is working fine.

But whenever we try to load the HTML event in another window, the browser not being initialized and the content not rendering.

**Sample Steps**

1. Keep the "Load" button in one window
2. Keep the CefBrowser in another window
3. If we click "Load" from the first window, the HTML content should be loaded in the second window. Here the browser not being initialized and the content not rendering

I have created and committed the sample in the repository. Could you please check this sample and suggest me how we have to resolve the issue? Is there any other reason for content not rendering? Even sometimes the browser has been initialized but content not rendering in the browser.

How could we initialized the browser. Some times only it comes true.


Could you please provide us the solution to resolve this problem?

Please let me know the concerns if any.

Regards,
Arunkumar Murugesan


What I have tried:

I have tried to bind directly to address and load url. But not working. Then Created samples and uploaded it GitHub [^]


Please suggest me if anyone knows the solution.
Posted
Updated 6-Apr-18 3:13am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900