All Questions
4 questions
2
votes
1
answer
1k
views
CefSharp Javascript Callback never return resolved promise
First of all, excuse my English, it's very bad. I am using CefSharp in WinForms app for comunication between navigator and .NET code.
I'm trying to resolve a promise in an asynchronous callback ...
1
vote
2
answers
1k
views
CefSharp - Invalid (?) data returned from the C# method to JS
I have a problem with the data returned from C # to JS. CefSharp configuration:
Cef.Initialize();
CefSharpSettings.WcfEnabled = true;
CefSharpSettings....
0
votes
0
answers
131
views
How to protect cefsharp, HTML5 apps build with .net and visual studio installer
I built an app based on CefSharp with .Net and visual studio, now i need to publish this app as installer , sure the published MSI when installed on client it has the html and javascript file, how i ...
0
votes
0
answers
1k
views
Passing Parameters to and from a child window in CefSharp
I have written a program using CefSharp that scrapes a web page. When I began the project, I didn't realize that the web site made use of the now defunct showModalDialog function. I really like ...