Replies: 1 comment
-
That's incorrect. You can only call Start by looking at the example https://github.com/cefsharp/CefSharp/blob/master/CefSharp.OffScreen.Example/Program.cs#L26
You must also check the response and make sure that it was successful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
So I'm working on a VR app in csharp and I need to either open multiple offscreen browsers, which i have tried to do by instantiating this class:
When I do so, the ChromiumBrowser do not initialize, I read somewhere that this was because there can only be a single instance of a Chromium Browser per App.
So what I am now trying to do is to open multiple tabs of this one browser and paint each of them individually.
But I can't seem to find how to do that... What do you think I could do?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions