Tagged Questions

18
votes
4answers
5k views

Is there an embeddable Webkit component for Windows / C# development?

I've seen a few COM controls which wrap the Gecko rendering engine (GeckoFX, as well as the control shipped by Mozilla - mozctlx.dll). Is there a wrapper for Webkit that can be included in a .NET …
11
votes
8answers
812 views

Does Google Chrome display pages the same as Safari?

Given that Chrome and Safari use webkit has anyone yet found anything that renders differently on Chrome than Safari? Is there any reason at the moment to test sites on both, or would testing Safari …
11
votes
8answers
6k views

Is it possible to Embed Gecko or Webkit in a C#.NET Win Form just like a WebView?

Hi, I'd love to know if there is such thing as a Gecko.NET ;) I mean, just like we can embed a WebView and that is an "instance" of IE7 inside any Windows Forms application (and tell it to "navigateto …
9
votes
4answers
2k views

WebKit support for Delphi

Is there a way to embed the WebKit engine into a Delphi application?
9
votes
4answers
632 views

[SOLVED] Is it possible to render web content over a clear background using WebKit?

I'm trying to gauge possibility of a patch to WebKit which would allow all rendered graphics to be rendered onto a fully transparent background. The desired effect is to render web content without …
8
votes
7answers
423 views

I’ve tested in Chrome, do I need to test in Safari?

I've tested in Chrome, do I need to test in Safari?
8
votes
4answers
2k views

How to embed a browser object, other than IE<n>, in a Delphi application

Using the default TWebBrowser makes things easy to embed a web browser. Unfortunately the one that comes in by default is IE<n>. I'm wondering how does one integrate a Gecko or WebKit one. …
7
votes
2answers
194 views

Detect rotation of Android phone in the browser with javascript

I know that in Safari on an iPhone you can detect the screens orientation and change of orientation by listening for the onorientationchange event and querying window.orientation for the angle. Is …
7
votes
5answers
3k views

How do you handle oncut, oncopy, and onpaste in jQuery?

The jQuery documentation says the library has built-in support for the following events: blur, focus, load, resize, scroll, unload, click, dblclick, mousedown, mouseup, mousemove, mouseover, mouseout, …
6
votes
4answers
121 views

How can I create thumbnails of web pages using a layout engine in Perl?

Are there bindings for layout engines like Gecko or WebKit for Perl? I found Gtk2-Webkit on CPAN but I would like to know if there are other options. My idea is to use one of those engines to create …
6
votes
3answers
218 views

I think I found a bug in WebKit (or jQuery), can others confirm?

I believe I have found a bug in WebKit. It involves outerWidth(true) (and I assume outerHeight(true) ) in jQuery. In every browser but Safari and Chrome, the third box is 200. In Safari and Chrome, …
6
votes
7answers
2k views

What is the best HTML Rendering Engine to embed in an application?

At the moment, our application uses the Trident Win32 component, but we want to move away from that for a few reasons, chief among them being our desire to go cross-platform. We're looking at WebKit …
5
votes
1answer
194 views

How to get Webkit bugs fixed?

Webkit has a few bugs that prevent our software from running in this browser (and Safari/Chrome/etc). We don't have sufficient C++ knowledge to fix the bugs ourselves, but we're certainly willing to …
4
votes
2answers
176 views

Droid browser causing havoc on my site

I have a mobile-optimized site that uses a pretty simple trick of serving a different page based on browser width. This worked great until the Droid came along, with its very high pixel density …
4
votes
4answers
84 views

iPhone Safari Web App: Seeking overview of iPhone-specific features

I am trying to get an overview of what kind of native iPhone features I can get access to when I write a Web App (using html/css/javascript, running in Safari). Meaning: I like to know whether I can …

1 2 3 4 5 15 next
15 30 50 per page