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

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

Date.parse(new Date(...)) Nan In Safari

This is a specific issue with Safari supporting a feature I have, and I'm certain it's my o… Read more Date.parse(new Date(...)) Nan In Safari

Jquery .click() Does Not Work In Safari

I have seen several similar posts with solutions that seemed to have worked for those people, but I… Read more Jquery .click() Does Not Work In Safari

Can An Iphone Xcode Application Read Cookies Previously Stored By Safari Mobile?

Can an iPhone application read cookies previously stored by Safari Mobile? Solution 1: To actually… Read more Can An Iphone Xcode Application Read Cookies Previously Stored By Safari Mobile?

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')

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?

Click Event Listener Works In Safari In Osx But Not In Ios

I'm making a web app and I want to click on an element and handle the click in one long click e… Read more Click Event Listener Works In Safari In Osx But Not In Ios

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

Multiple Touches: Touchend Event Fired Only When A Touchmove Occurs

I would like to add some multitouch features to my javascript application when it is accessed from … Read more Multiple Touches: Touchend Event Fired Only When A Touchmove Occurs

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?

Safari 5.1 Prompt() Function And Cancel

In most browsers (including older versions of Safari), the Javascript prompt function returns null … Read more Safari 5.1 Prompt() Function And Cancel

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

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

Selecting Text By Ignoring Inner Elements Of Div Tag Javascript

Read more Selecting Text By Ignoring Inner Elements Of Div Tag Javascript

Fire Jquery/ Javascript After Back Button In Safari 9

When I navigate back using the browser back button in Chrome/ Firefox my website works just as expe… Read more Fire Jquery/ Javascript After Back Button In Safari 9

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

Api To Get List Of Extensions Installed In Browser

I am developing an extension for chrome and safari.One step in this app is to get all the already … Read more Api To Get List Of Extensions Installed In Browser

Can Applescript Access Browser Tabs And Execute Javascript In Them?

I'm curious if AppleScript can access each specific tab in a browser and execute some javascrip… Read more Can Applescript Access Browser Tabs And Execute Javascript In Them?

Back Button On Safari/webkit Loading A Page From Cache Instead Of A Fresh Copy

I am having problems with regard to a 'strange' behaviour of Safari/Webkit on Mac OSX syste… Read more Back Button On Safari/webkit Loading A Page From Cache Instead Of A Fresh Copy

Video Tag Not Working In Safari Now

The code below makes the video tag work in IE9, Chrome and Firefox. However I cant get it to work … Read more Video Tag Not Working In Safari Now