Disable all errors on Cefsharp WinForms #4436
NedimBadzak
started this conversation in
General
Replies: 1 comment
-
The image you've shown looks a lot like the |
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.
-
Let's say I have this following proof of concept webpage:
If I open this page with CefSharp browser, I get the following message in the bottom left corner of the screen:

Now, this would be fine and helpful in development use, but in production use, I'd like to disable all errors visually.
I tried overriding the
IJsDialogHandler
and the OnJSDialog method like this:But I still get the same error messages.
So the question is, how would I go about overriding the behavior and disabling ALL JS error messages?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions