cefsharp Questions
1
I am working on building a primitive and basic web browser on which my workplace would like to host some internal applications. I"m using cefSharp in a WinForms application written in C#. I've succ...
2
Solved
I'm using the latest Version of CefSharp and I need to Display Flash. When using Chrome, the page gets displayed correctly. However when using CefSharp it does not.
So far I tried:
var browser = n...
2
Solved
I'm new to CefSharp. Last week i build my first little program with CefSharp in C#. It's a split screen program.
In one split i loaded Tweetdeck. It works fine, but Tweetdeck doesn't store cookies....
2
Solved
I need to ebed a web browser in a Wpf app, I tried with the one from the toolbox but get some issues and went to CefSharp.
public MainWindow()
{
InitializeComponent();
BrowserSettings settings =...
4
Am new to CefSharp
I have created a class library project and referenced the CefSharp library to render the Web browser, However I am facing some issues showing the web Browser. Please find the ex...
3
Solved
This is probably a very simple question.
I copied the example CefSharp MinimalExample.WinForms project to a new directory and renamed to WinProxy.
It builds ok. When I run it I get;
An unhandled e...
1
Solved
CefSharp has a lot of dependencies and libraries that it requires to run. The build folders are cluttered. How can I move the required .dll and .pak dependencies to a sub folder?
Montanez asked 8/9, 2016 at 21:1
3
Solved
Could someone explain to me how the CefSharp LoadHtml function works?
LoadHtml(string html, string url)
What do the html and url parameters represent?
I am interested in loading a page from a r...
Cortez asked 26/12, 2014 at 15:48
2
Solved
I'm building an application using CefSharp and need to provide text search functionality to user just like Google Chrome has.
Can any one help me with the implementation of text search in CefSharp?...
Klein asked 9/3, 2016 at 6:30
1
Solved
I've building a windows app for browsing web pages using cefSharp.
I need to implement some short cut keys into that application, can any one tell me how can i achieve this functionality.
Ex.
ctrl ...
Margalo asked 2/3, 2016 at 14:8
2
Solved
I want to have cef lib with support of mp3 and ffmpeg codecs. How can i re-compile the library of cef with these codec features inside it.
I want to learn, where should I edit inside the cef libra...
Uteutensil asked 27/2, 2016 at 0:23
2
I am trying to use the CefSharp.OffScreen(41.0.0) Nuget Package within a WCF Service Application, and I'm getting the following error while trying to run the service from Visual Studio 2013:
Cou...
2
Solved
I have a simple WPF application which works fine in debug but when i do a clickonce release its crashing when trying to load the CEFSharp web browser
I have a login page where the user then clicks...
1
Solved
Is it possible to hook up an event like Navigated with the Webbrowser control (built-in)? I need to perform oAuth in a desktop application and there i need to know if the authentication code has be...
Cassy asked 8/9, 2015 at 15:8
1
How to disable this annoying contextmenu in chrome while on a touch screen. This pops up on selection/on long tap of any input while i have some text copied.
Am developing an app using CEFSharp ...
Wilbourn asked 25/6, 2015 at 22:19
4
I am trying to integrate CefSharp in a C# project I am developing in Visual Studio 2010 on Windows XP. Similar errors have been reported by other people running Windows Server 2003.
I add CefShar...
Porch asked 23/1, 2015 at 9:36
1
Solved
I am creating a tabbed web browser using CefSharp 39.0.2. Right now, if the user clicks on a link on a website, it will open a new window that has none of my original UI. For example, when you clic...
Plassey asked 31/5, 2015 at 3:35
3
Solved
I am trying to add a CefSharp WebView to my WPF application in place of the original WebBrowsers that we used. The WebBrowser has an InvokeScript function (http://msdn.microsoft.com/en-us/library/c...
1
Solved
Further to a post (CefSharp load a page with browser login).
I implemented the IRequestHandler interface and the different methods, particularly the GetAuthCredentials where I show a dialog and rec...
2
I am embedding a webapp using CefSharp which is all working fine. However, when logging into the app, CEF doesn't offer to remember the username and password like it does when opening the app in no...
Dearr asked 2/4, 2015 at 13:55
1
Solved
I recently tried making the jump from CefSharp 1.25.7 to the most recent build (39.0.0-pre02). I got the files through NuGet but I copied them into my project separately since they have to be inclu...
Bondswoman asked 17/2, 2015 at 16:52
1
Solved
I have a WPF application with CEFSharp, it's a web browser, when I click on a download link it will show me a dialog and ask me where you want to save the file?
How can I force the web browser to d...
2
I'm using CefSharp 1 in my wpf app.
How can I download files from sites through my embedded navigator ? When I click on a download link, nothing happens.
Qadi asked 17/3, 2014 at 13:56
1
In the FAQs of CefSharp, it states that you should disable Package Loading:
var settings = new CefSharp.CefSettings
{
PackLoadingDisabled = true
};
which is normally OK for a production-mode...
1
Solved
I created a new Wpf Project with VS2012. I right clicked on the Project and chose "Manage NuGet Packages". Then i installed the CefSharp Package for Wpf.
Then i used this "guide" : https://github....
Crimple asked 28/7, 2014 at 16:5
© 2022 - 2024 — McMap. All rights reserved.