tagged [safari]

Certain elements display smaller in Safari on Mac?

Certain elements display smaller in Safari on Mac? After fiddling around with an issue I am having I have come to this conclusion: my list Elements are displaying smaller in Safari on my Macbook than ...

23 May at 12:1

Firing a Keyboard Event in Safari, using JavaScript

Firing a Keyboard Event in Safari, using JavaScript I'm trying to simulate a keyboard event in Safari using JavaScript. I have tried this: ...and also this: ``` var event = document.createEvent("UIEve...

How can I remove the gloss on a select element in Safari on Mac?

How can I remove the gloss on a select element in Safari on Mac? On Macs and iOS devices, in Safari, a `` element with a background color generates a gloss over itself. This does not seem to happen in...

HTML5 video (mp4 and ogv) problems in Safari and Firefox - but Chrome is all good

HTML5 video (mp4 and ogv) problems in Safari and Firefox - but Chrome is all good I have the following code: - - - - - - Fo

14 Aug at 04:47

Relative positioning in Safari

Relative positioning in Safari It has to be simple, here's my CSS: I

14 Nov at 20:43

Simplest way to detect a pinch

Simplest way to detect a pinch This is a not a native app. Please no Objective-C NS commands. So I need to detect 'pinch' events on iOS. Problem is every plugin or method I see for doing gestures or m...

25 Jun at 03:32

How can I force WebKit to redraw/repaint to propagate style changes?

How can I force WebKit to redraw/repaint to propagate style changes? I have some trivial JavaScript to effect a style change: This works fine with the latest versions of FF, Opera and IE, but fails on...

15 Aug at 00:12

onclick="location.href='link.html'" does not load page in Safari

onclick="location.href='link.html'" does not load page in Safari I cannot get `onclick="location.href='link.html'"` to load a new page in Safari (5.0.4). I am building a drop-down navigation menu usin...

13 Apr at 15:52

How do you disable viewport zooming on Mobile Safari?

How do you disable viewport zooming on Mobile Safari? I've tried all three of these to no avail: ```

jQuery / Safari Show/Hide issue with flash

jQuery / Safari Show/Hide issue with flash Im using show/hide to load a 'loading' flash file whilst a form loads. The div im trying to show contains an swf file This works fine in all browsers except ...

19 Jun at 11:9

CSS background-size: cover replacement for Mobile Safari

CSS background-size: cover replacement for Mobile Safari Hi I have several divs on my page which have background images that I want to expand to cover the entire div which in turn can expand to fill t...

8 Mar at 07:35

jQuery .load() call doesn't execute JavaScript in loaded HTML file

jQuery .load() call doesn't execute JavaScript in loaded HTML file This seems to be a problem related to Safari only. I've tried 4 on Mac and 3 on Windows and am still having no luck. I'm trying to lo...

23 Jul at 15:42

NodeJS/express: Cache and 304 status code

NodeJS/express: Cache and 304 status code When I reload a website made with express, I get a blank page with Safari (not with Chrome) because the NodeJS server sends me a 304 status code. Of course, t...

Safari does not support HTML5 Save functionality

Safari does not support HTML5 Save functionality We have written an application using AngularJS and ServiceStack that enables download of various documents indiivdually and as zip files from the serve...

How do I make flex box work in safari?

How do I make flex box work in safari? How do I make flex boxes work in Safari? I have a responsive nav that uses a CSS flex box to be responsive and for some reason it won't work in Safari. Here is m...

16 Jun at 07:24