Top "Safari" questions

Safari is Apple's web browser, the default browser on macOS and iOS.

iPhone Safari does not auto scale back down on portrait->landscape->portrait

I have a very simple HTML page with this META tag for the iPhone: <meta name="viewport" content="height=…

safari mobile-safari iphone iphone-standalone-web-app
iOS 10 Safari: Prevent scrolling behind a fixed overlay and maintain scroll position

I'm not able to prevent the main body content from scrolling while a fixed position overlay is showing. Similar questions …

javascript ios css safari ios10
Safari <input type="file" accept="video/*"> ignores mp4 files

I am using an HTML file input like this: <input type="file" accept="video/*"> to allow my users …

video file-io safari attributes mp4
window.opener.location.href works in IE but not Chrome or Safari

I have been researching this problem and while there's lots of posts on various forums about similar problems, none of …

javascript google-chrome safari window.opener
Fixed positioning/z-index issue in mobile safari

So the site in question: http://kaye.at/baby The main content below scrolls up over the top of the …

html css mobile safari fixed
How to check in AppleScript if an app is running, without launching it - via osascript utility

Consider the following AppleScript: on is_running(appName) tell application "System Events" to (name of processes) contains appName end is_…

macos safari applescript osascript
CSS background-position not working in Mobile Safari (iPhone/iPad)

I have an issue with background-position in mobile safari. It works fine on other desktop browsers, but not on iPhone …

css mobile safari background-position
Safari doesn't set Cookie but IE / FF does

I found a strange cookie problem on safari. If you surf to http://2much.ch you can enter with FF/…

cookies safari cross-browser
CSS Transform causes flicker in Safari, but only when the browser is >= 2000px wide

You read that right. Tested on multiple machines in the office and the only difference between scenarios was browser size. …

css safari transform css-transitions
How can I check if the browser support HTML5 file upload (FormData object)?

How can I check if the browser support HTML5 file upload (FormData object)? var fd = new FormData(); Following the answer …

javascript file-upload safari html5-video opera