Safari
How to keep website's javascript timer enabled while iPhone is locked
When my website is opened in Safari开发者_开发百科 and the iPhone is put into sleep mode, any javascript timers (window.setTimeout) are not executed any more.[详细]
2023-04-04 17:52 分类:问答Safari autofill bug ignoring max lengths
I have an address user control that encapsulates an address. Has the usual address fields that you would expect. I\'ve been receiving errors when users with Safari come to the site because Safari\'s a[详细]
2023-04-04 13:29 分类:问答Don't show keyboard on iOS
Is there a way to NOT show the on 开发者_运维问答screen keyboard on a website (loaded in safari) when a user clicks on an input type=\"text\" field?I have javascript written to popup a mini \"keypad\"[详细]
2023-04-04 11:44 分类:问答How to set a breakpoint on a minified JS function in Chrome or Safari?
I\'d like to set a breakpoint in a \"Cart.add\" function in the Chrome or Safari JavaScr开发者_Go百科ipt debuggers.Problem is, this function is defined in a large minified JS file, and doesn\'t exist[详细]
2023-04-04 00:58 分类:问答Signed applet with code inside a PrivilegedAction throws PrivilegedAccessException when called from Javascript
I have a signed applet that executes some code inside the PrivilegedAction. public String somePublicMethod()[详细]
2023-04-03 21:45 分类:问答document.open("text/plain") formatting ignored in webkit (safari, chrome)
I am creating a page from JavaScript using document.open(\"text/plain\") and document.write(). The text to be rendered is multiple lines of tab separated text.In Chrome 13.0.782.220 m and Safari 5.0.5[详细]
2023-04-03 20:31 分类:问答How to extend a button touch area in HTML5 for iPad?
How do I extend the touch area around a div which has a bound touchstart event attached? My code: $(\'#div_button\').bind(\'touchstart\', function(e)[详细]
2023-04-03 17:58 分类:问答Is it possible for native iOS application to interact with Safari browser?
I would like to enable interaction between a native iOS application and the Safari browser such that tapping a right click on an image on a webpage provides an option in the con开发者_开发技巧text men[详细]
2023-04-03 14:14 分类:问答Safari 5.1 prompt() function and cancel
In most browsers (including older versions of Safari), the Javascript prompt function returns null when the user clicks \"Cancel\", and the empty开发者_JS百科 string if the user clicks \"Ok\" with not[详细]
2023-04-03 09:13 分类:问答Vertical stripes on alpha channel PNGs when scaling in Safari on iPhone/iPad
In Safari on iPhone/iPad, when I use two fingers to zoom webpages that have PNGs with an alpha channel, there are obvious rendering开发者_运维技巧s errors (vertical stripes) at certain zoom levels.[详细]
2023-04-03 07:48 分类:问答