Top "Safari" questions

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

Array state will be cached in iOS 12 Safari. Is it a bug or feature?

Update at 2018.10.31 This bug has been fixed in iOS 12.1, have a good day~ I found a problem with Array's value …

javascript ios safari ios12
Selecting text on focus using jQuery not working in Safari and Chrome

I have the following jQuery code (similar to this question) that works in Firefox and IE, but fails (no errors, …

jquery select safari focus google-chrome
HTML5 date picker doesn't show on Safari

Having previously used jQuery date picker, I have now converted some of the date fields in forms on my website …

html safari
Date parsing in javascript is different between safari and chrome

I have the following code var c = new Date(Date.parse("2011-06-21T14:27:28.593Z")); console.log(c); On Chrome …

javascript parsing date google-chrome safari
CORS request not working in Safari

I am making a CORS xhr request. This works fine in chrome, however when I run in safari I get …

javascript safari xmlhttprequest cors
Disabled input text color

The simple HTML below displays differently in Firefox and WebKit-based browsers (I checked in Safari, Chrome and iPhone). In Firefox …

iphone html css safari webkit
How to inspect HTTP requests in Safari 8 or later

I can't seem to find a way to view the raw HTTP requests sent by safari to the webserver. Does …

safari
Check if URL scheme is supported in javascript

Is there any way to check if a URL scheme is currently registered on the phone... with javascript?

javascript iphone safari url-scheme
Some font-size's rendered larger on Safari (iPhone)

Are there CSS or other reasons why Safari/iPhone would ignore some font-size settings? On my particular website Safari on …

css safari mobile-safari font-size
Programmatically selecting text in an input field on iOS devices (mobile Safari)

How do you programmatically select the text of an input field on iOS devices, e.g. iPhone, iPad running mobile …

javascript iphone html safari ios