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

Ajax Call On Onbeforeunload To Save Data

I have a page where a user performs some activity (Add/Update/Delete) and on unload of the page (ac… Read more Ajax Call On Onbeforeunload To Save Data

Apparent Blocking Behaviour In Javascript Websocket On Mobile Safari

I've run into a real head-scratcher, and I was hoping someone out there could shed some light o… Read more Apparent Blocking Behaviour In Javascript Websocket On Mobile Safari

Can't Detect Mouse Wheel Event In Safari

I'm trying to detect mouse wheel event to resize elements on scroll. I have #mainDiv with sever… Read more Can't Detect Mouse Wheel Event In Safari

Document.form.submit(); Won't Submit In Safari

I'm using a javascript function to submit my form. This works in every browser except safari a… Read more Document.form.submit(); Won't Submit 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

Typeerror: Undefined Is Not An Object (evaluating 'newwindow.focus')

I am having the following javascript which open ups a child window with the sizes and align it int … Read more Typeerror: Undefined Is Not An Object (evaluating 'newwindow.focus')

How To Detect Browser Type In Html5 Or Javascript For Playing Mp3 Instead Of Webm In Safari/ie Browsers?

I have created a survey in Qualtrics wherein I play webm audios. However in Safari webm doesn't… Read more How To Detect Browser Type In Html5 Or Javascript For Playing Mp3 Instead Of Webm In Safari/ie Browsers?

Calling Js From An Applet Works In Firefox & Chrome But Not Safari

I have the following code in an applet to call some Javascript (it's a bit convoluted because t… Read more Calling Js From An Applet Works In Firefox & Chrome But Not Safari