Top "Safari" questions

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

Setting cross-domain cookies in Safari

I have to call domain A.com (which sets the cookies with http) from domain B.com. All I do …

javascript safari cookies cross-domain cross-site
List of known "Safari on iPad" differences over "Desktop Safari"

In recently testing a web application on Windows/Mac desktop browsers - and then on an iPad I noticed various …

ipad safari rendering variations
Is it possible to display a custom message in the beforeunload popup?

When using window.onbeforeunload (or $(window).on("beforeonload")), is it possible to display a custom message in that popup? Maybe …

javascript jquery google-chrome firefox safari
Eliminate 300ms delay on click events in mobile Safari

I've read that mobile Safari has a 300ms delay on click events from the time the link/button is clicked …

javascript jquery jquery-mobile safari touch
Prevent orientation change in iOS Safari

Is it possible to avoid transition to landscape view in Safari for iOS when the device is rotated? iOS Safari …

javascript html ios safari orientation
iOS iPad Fixed position breaks when keyboard is opened

Fixed position breaks on header when I click on the "Search Form" text box field. It simply detaches from the …

safari mobile-safari
Open URL in new Safari tab with AppleScript

Is it possible to use AppleScript to open a link in a new tab in Safari?

macos safari applescript
How can I launch Safari from an iPhone app?

This might be a rather obvious question, but can you launch the Safari browser from an iPhone app?

ios safari launch
iPhone Browser simulator for Windows?

Note: This is a question about simulating the Browser on the iPhone, not simulating the whole device. I know that …

iphone browser safari simulation
Prevent safari loading from cache when back button is clicked

Got an issue with safari loading old youtube videos when back button is clicked. I have tried adding onunload="" (mentioned …

javascript caching safari back-button