Top "Safari" questions

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

Safari in ios8 is scrolling screen when fixed elements get focus

In IOS8 Safari there is a new bug with position fixed. If you focus a textarea that is in a …

javascript ios css safari ios8
Impossible to hide navigation bars in Safari iOS 7 for iPhone/iPod touch

I don't believe there is any solution to hide bars programmatically using javascript/css/html, but let me try to …

javascript ios html ios7 safari
Why does my applet get a java.security.AccessControlException: access denied (java.net.SocketPermission ...), and how can I avoid it?

We are clueless about why my client is encountering a Java Security exception in Safari. Could anyone help? The exception …

java exception safari applet
Google Font not working on Safari

I'm working on making my site look the same under Safari and Chrome. In Chrome it looks exactly how I …

css safari google-font-api
Why Safari shows "No Inspectable Applications" during remote debugging with iOS 6 device?

When I connect my iOS 6 device for remote debugging for testing my mobile web application, The safari develop menu with …

ios iphone ipad safari web-inspector
Disabling Safari autofill on usernames and passwords

You might already know, that Safari has a nasty autofill bug where it fills email, username and password fields no …

html security autocomplete safari autofill
Accessing iOS Safari Web Inspector from Windows Machine

New iOS 6 Safari comes with Web Inspector feature which allows to connect to it from your desktop Safari via USB …

ios windows safari web-inspector
Chrome, Safari ignoring max-width in table

I've got HTML code like this: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.…

html google-chrome safari scaling
<video> plays in other browsers, but not Safari

We have an MP4 video on our site; it plays fine in IE9+, Firefox, Chrome, and Chrome on mac. However, …

html video safari mp4
CSS calc not working in Safari and fallback

I have this layout I am working on. It strongly depends on CSS calc to do the necessary calculations. width: …

html css safari fallback