4
votes
4answers
59 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 …
2
votes
1answer
40 views
Really quick and dirty solution for embedding webkit in a Swing UI?
Hi,
I am looking for a really quick and dirty solution for embedding webkit in a Swing application.
What I am looking for is a way to implement a panel that contains a webkit brow …
-1
votes
2answers
33 views
which delegate method will be invoked when click the tab of safari?
As we know , When we load frame from webpage of safari, we will invoke the delegate methods of webkit informal protocol(WebFrameLoadDelegate):
webView:didStartProvisionalLoadForFr …
0
votes
1answer
11 views
How to enable cookie support with pyWebKit?
The documentation for pyWebKitGTK is pretty scarce. I've looked through their python .def files but they don't seem to contain the words cookie, session, (lib)soup or (lib)curl.. s …
0
votes
3answers
40 views
How do I select arbitrary text on the page using javascript?
Let's say I have a contentEditable div, to the user can edit and change the text and elements inside it. How do I arbitrarily change the selection in this div with javascript? By " …
1
vote
1answer
20 views
Making textarea display the same in WebKit as in other browsers
Webkit decided there weren't enough browser incompatibilities and added 2px of padding to my textarea. However, if I set padding:0 then it looks awful when typed in. Is there a w …
1
vote
0answers
27 views
Is it possible to enable the WebKit JavaScript Inspector in mobile web browsers?
I would love to use the Web Inspector development tools that come with webkit on a mobile browser. Does anyone know if it is possible to enable web inspector on say the Android we …
6
votes
4answers
106 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 tho …
0
votes
3answers
24 views
Position:relative for anchors in webkit broken. Work-arounds?
In our project we used the following method to link users to some anchorred area on the page:
<span style="position: relative; top: -100px; z-index: -1; visibility: hidden;"
…
0
votes
1answer
32 views
How i can track Safari activity from my application
I have to develop an application to monitor Safari activity like all open url , tabs on particular window and loding time of particular url.
I also need to track online streaming …
0
votes
0answers
14 views
How to access images loaded from css in Qt Webkit (java)
Hi,
In Qt WebKit you can call QWebFrame.renderTreeDump() to see the render tree. For images in html
<img src=...>
you get something like:
RenderImage {IMG} at (0,0) siz …
0
votes
1answer
19 views
Cocoa WebView cross-thread access
I have a C++ class running in its own thread that needs to execute some javascript in a WebView that's part of a Cocoa app. I have the C++ app call a method in the Cocoa window's c …
1
vote
2answers
46 views
Programmatically take ScreenShot of Desktop in Ruby?
Hey there,
I asked this question about taking a picture of a webpage programmatically, and I've downloaded and got webkit2png working (taking pictures of HTML pages like blogs and …
0
votes
2answers
61 views
PHP/HTML: 500 Internal server error…?
The code provided in the link has problems.
When trying to go to the real webpage, it gives me a 500 internal server error.
What is wrong with the code? Anybody knows?
http://www …
0
votes
3answers
130 views
UIWebView resizes text after rotating: looking for explanation for magical bug or my stupidity
Hello, all,
so I have UIWebView in my application and I load some html (article) to it, put some CSS to make everything nicer. That's simple and clear and everything is perfect un …
