Questions tagged [webkit.net]

WebKit.Net is an open source project that provides a WebKit-based browser control for WinForms applications.

53 questions
14
votes
2 answers

WebKit.Net and OpenWebKitSharp Error: Failed to initialize activation context

I am using both/either WebKit.Net and OpenWebKitSharp. However, as soon as I try to instantiate the WebKitBrowser, I get an error: Failed to initialize activation context Does anybody know what this is?
carlbenson
  • 3,177
  • 5
  • 35
  • 54
7
votes
1 answer

openwebkitsharp read/write protected memory

I am trying to integrate webkit.net into my project. I started off with OpenWebkitSharp 3.0 because it supports latest HTML5/CSS3 but I am always experiencing crash from clicking the page and even on load sometimes. The error I get is…
4
votes
4 answers

Emulating iOS and Android built-in browsers on Windows with WebKit

I am developing a mailing application with .NET and it auto generates the CSS for different screen sizes. What is the best way to view the results in Windows? Android and iOS devices use WebKit, but I am not sure how to mimic the screen size. For…
user1590636
  • 1,174
  • 6
  • 26
  • 56
4
votes
1 answer

How to get html from an element in WebKit.Net

I'm migrating an old project to WebKit.NET 0.5 Cairo. Most roadblocks I've gotten past but I can't figure out how to get the HTML for an individual WebKit.DOM.Element object. I can read the HTML of the entire document using…
Vaelek
  • 190
  • 10
4
votes
1 answer

Pass elements between C# and JavaScript

I'm in the process of replacing a .NET's WebBrowser for a WebKit.NET, and one of the functionalities I've been using in the WebBrowser that I can't figure out how to implement in the wrapper I'm writing around WebKit is the ability to pass DOM…
Ted Werley
  • 59
  • 2
3
votes
1 answer

Webkit HTTPS Authentication

I am working on my first windows forms app to use WebKit.Net. I need to connect to an https site and popup an authentication form. Using .Net's built in browser, the authentication form pops up automatically, but WebKit just drops me at the 401…
3
votes
3 answers

Webkitdotnet unable to load https site

I am using this webkitdotnet in my C# project. It all went well until I had to use access site with https. I've searched their forum and found few posts about this but none of it solves my problem, so please shed some light on this one. Thx! edit:…
Nikola
  • 14,888
  • 21
  • 101
  • 165
3
votes
7 answers

Opening local files in Webkit .NET

A simple WebKitBrowser1.Navigate(localfilehere) doesn't work for some reason. I tried adding "file://" to the URL but that didn't work either. This seems ridiculous but is this functionality really not present?
Shawn
  • 31
  • 1
  • 2
3
votes
0 answers

WebKit.NET component not working correctly

I'm trying to make basic webbrowser in C# in Visual Studio, but I won't use built-in webbrowser component with IE rendering engine. So I downloaded WebKit.NET and added to my project. But it can load only one page - google.com. So when I put…
Stepan
  • 66
  • 9
2
votes
1 answer

Use Webkit as browser control in VB.NET 2010

I'm developing an application where I want to use WebKit browser engine instead IE browser control, and I'm looking for latest version of WebKit which is currently behind Google Chrome 10, so far, I found WebKit.Net but it was updated a while ago,…
Kushal
  • 3,112
  • 10
  • 50
  • 79
2
votes
1 answer

Reading links in header using WebKit.NET

I am trying to figure out how to read header links using C#.NET. I want to get the edit link from Browser1 and put it in browser 2. My problem is that I can't figure out how to get at attributes, or even the link tags for that matter. Below is what…
Arlen Beiler
  • 15,336
  • 34
  • 92
  • 135
2
votes
3 answers

Can't compile WebKit .NET 0.5 in VS 2010

I'm trying to compile WebKit .NET 0.5 in VS 2010 Professional but I'm getting the error: "Could not load file or assembly 'C:\Users\Juan Luis\Desktop\WebKit.NET-0.5-src\bin\Debug\WebKitBrowser.dll' or one of its dependencies. The system …
Juan
  • 15,274
  • 23
  • 105
  • 187
2
votes
0 answers

WebKit.Net custom resource loading behavior?

Is it possible to customize loading of resources used by HTML page in WebKit.NET so that I can serve them from my custom source (database)?
DarkDeny
  • 1,750
  • 2
  • 21
  • 31
2
votes
0 answers

webkit.net error "Cookies not enabled in browser"

Hi I am developing an application using Webkit.net . It was working fine until yesterday facebook and gmail are facing problem with cookies. I can login to gmail but i cann't signin facebook, also tried to login with WebKitBrowserTest.exe provied by…
skhurams
  • 2,133
  • 7
  • 45
  • 82
2
votes
0 answers

C# webkit.net enable popup

In a C# webkit.net browser how to enable a popup window created by JavaScript window.open()? I tried these properties: this.webKitBrowser1.IsScriptingEnabled = true; this.webKitBrowser1.AllowNewWindows = true; But nothing changed. I also tried this…
Martin Joó
  • 325
  • 1
  • 11
1
2 3 4