Skip to content Skip to sidebar Skip to footer
Showing posts with the label Safari

Onclick() Not Working In Safari

The below code works fine on IE7 but not in Safari(5.0.5). If possible, I want to avoid using jQuer… Read more Onclick() Not Working In Safari

Why Does This Code Work In Safari But Not Chrome? Arrrgh

Chrome v6, Safari v7 (works in v6) if('AudioContext' in window) { var myAudioConte… Read more Why Does This Code Work In Safari But Not Chrome? Arrrgh

Text Link Won't Submit Form By Javascript In Safari Using Name

I'm using Safari 5.0.3 I have a form in my html: Search   Solution 1: Use: document.getElem… Read more Text Link Won't Submit Form By Javascript In Safari Using Name

Missing Value Errors When Heavily Using Javascript In Safari By Applescript

Sorry for the possibly confusing title. My problem is that I'd like to download Apple's Com… Read more Missing Value Errors When Heavily Using Javascript In Safari By Applescript

Webapp Using Webrtc For Cross-platform Videochat In Ios Browser And Android Chrome

We are trying to build a webapp for videochat that will run in a browser across platforms (desktop,… Read more Webapp Using Webrtc For Cross-platform Videochat In Ios Browser And Android Chrome

Firebase Auth Doesn't Work In Safari

I have Firebase auth implemented in my web app as suggested in the tutorial: function initApp() { … Read more Firebase Auth Doesn't Work In Safari

Safari Does Not Trigger Form Submit

For a project I got two select-formfields that get sent via jquery trigger('submit'); This … Read more Safari Does Not Trigger Form Submit

Why Is Iphone Ios Showing Invalid Date For Momentjs

I have a datepicker which was returning a moment object that was always in UTC timezone. I needed t… Read more Why Is Iphone Ios Showing Invalid Date For Momentjs

Can I Retrieve An Ipad Unique Device Identifier That Through Safari With A Js Web App?

We have an application running on a Windows Server and being accessed by IPads from Safari. The web… Read more Can I Retrieve An Ipad Unique Device Identifier That Through Safari With A Js Web App?

Detect If Ios11 Device Is In Low Power Mode To Prevent Bad Ux On Normally Correctly Autoplaying Video

I am running into a huge issue with autoplaying videos on iOS11 devices (at least tested on iphone … Read more Detect If Ios11 Device Is In Low Power Mode To Prevent Bad Ux On Normally Correctly Autoplaying Video

Mobile Safari - Reliable Callback For When Image Loads?

I try to load an image as such: var img = new Image(); img.src = 'mars.png'; img.onLoad = c… Read more Mobile Safari - Reliable Callback For When Image Loads?

Window.location.href Not Working In Safari

Why won't this work in Safari? Read more Window.location.href Not Working In Safari

Javascript File Input Onchange Not Working [ios Safari Only]

The code below works everywhere except on safari mobile. Apparently the onchange is never triggered… Read more Javascript File Input Onchange Not Working [ios Safari Only]

Prevent Safari From Showing Tooltip When Text Overflow Is Hidden With Ellipsis

How can I completely remove the default browser tooltip displayed when hovering over a truncated pa… Read more Prevent Safari From Showing Tooltip When Text Overflow Is Hidden With Ellipsis

Javascript Dom Changes In Touchmove Delayed Until Scroll Ends On Mobile Safari

In mobile safari, in the course of handling touchmove for an element, I change the className of tha… Read more Javascript Dom Changes In Touchmove Delayed Until Scroll Ends On Mobile Safari

Localstorage Is Not Shared Across Tabs In The Private Mode In Mobile Safari

I can successfully put stuff into the localStorage in the private mode of mobile Safari. And if I o… Read more Localstorage Is Not Shared Across Tabs In The Private Mode In Mobile Safari

Why Is My Javascript Not Working Correctly In Strict Mode On Safari?

I have built a website that uses some simple JavaScript. After some testing, I have found that my J… Read more Why Is My Javascript Not Working Correctly In Strict Mode On Safari?

Javascript Cookies Not Working In Safari

I've been trying to implement a basic cookie storage function in Javascript, which works as int… Read more Javascript Cookies Not Working In Safari

Safari 5.1 Broke Html Native Drag And Drop?

Last night, I thought I'd do a quick project to demonstrate HTML5 capabilities and to try some … Read more Safari 5.1 Broke Html Native Drag And Drop?

Mouseevent.path Equivalent In Firefox & Safari

I'm using Polymer 1.0 and when there is a click on a button in Chrome a MouseEvent is generated… Read more Mouseevent.path Equivalent In Firefox & Safari