Tagged Questions

0
votes
2answers
30 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
2answers
34 views

CSS transform matrices

I'm using the following CSS rules to do a transformation on a simple H2 element, only text inside it: -moz-transform: matrix(0, -1, 1, 0, 130px, 118px); -webkit-transform: matrix( …
0
votes
2answers
22 views

Safari/Chrome (Webkit) - Cannot hide iframe vertical scrollbar

Hello, I have an iframe on www.mydomain.com that points to support.mydomain.com (which is a CNAME to a foreign domain). I automatically resize the height of my iframe so that the …
0
votes
1answer
27 views

Which methods and class will be invoke when reload a webpage or open a new webpage in 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
18 views

How to get a flash url in a webpage using a webframe?

As we know , When we load frame from webpage of safari, we will invoke the delegate methods of webkit informal protocol(WebFrameLoadDelegate): webView:didStartProvisionalLoadForFr …
6
votes
2answers
91 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 f …
0
votes
1answer
27 views

Handling timeouts in Webview

Suppose you have a webview that would load a page, how would you handle the situation if the page fails to load, for instance, in 20 seconds? More specifically which WebView deleg …
0
votes
2answers
25 views

Drag and Drop in MobileSafari?

Is it possible to allow users to drag and drop items in mobile safari? Google images on the iPhone does something similar, but I'm not sure if it is true drag and drop or some othe …
0
votes
2answers
70 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 …
0
votes
2answers
41 views

Why does Safari ignore css table row (tr) height attributes after re-draw?

I'm struggling to apply css-styling to a GWT (Google Web Toolkit) generated html table in Safari. Specifically, I cannot get Safari to respect the height attribute of a table row a …
0
votes
3answers
43 views

How do I prevent a WebView from scaling down a rendered web page?

I'm developing a Cocoa/Obj-C application that involves a WebView (from the WebKit framework). I've noticed that this WebView presents a slightly scaled-down version of the rendered …
2
votes
3answers
90 views

Use Google Chrome/ Chromium instead of WebKit on MacOS

I would like to use Google Chrome instead of the WebKit Framework in one of my projects. I found the 'chromiumembedded' project for Windows but nothing similar for Mac. Best would …
0
votes
1answer
22 views

WebKit on th iPhone: is it possible to copy text to the clipboad with JavaScript

The iPhone 3.0 software added copy/paste, and native application can programmatically copy content to the clipboard. Is it possible to do the same, i.e. copy text to the clipboard, …
0
votes
2answers
30 views

How to set 50% height for table cells for WebKit (Chrome, Safari)

Look at this code: <html> <body> <table border="1px"> <tr> <th align="center" width="70px">Name</th> <th align="center" width …
1
vote
2answers
90 views

HTML5 Local Storage of audio element source - is it possible?

Hi stackoverflow experts I've been experimenting with the audio and local storage features of html5 of late and have run into something that has me stumped. I'd like to be able t …

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