Skip to content Skip to sidebar Skip to footer
Showing posts with the label 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

Onclick Not Working On Ios11

I have the following function working on any devices except ios 11 and don't know why, I have t… Read more Onclick Not Working On Ios11

Absolutely Positioned Images In Chrome/safari

My client's websit has a navigation bar in the form of a wide image banner. I'm using the H… Read more Absolutely Positioned Images In Chrome/safari

Window.onload Triggered Before Font-face Load

The following webpage loads Font Awesome, displays the icon fa-check, and has a debugger breakpoint… Read more Window.onload Triggered Before Font-face Load

What Is The Specific Impact Of Assigning __proto__ In Each Browser?

This is for a very specific use case. And this is all in typescript (which for this use case I thin… Read more What Is The Specific Impact Of Assigning __proto__ In Each Browser?

Browser Back Button Treats Scripted Changes Differently In Safari And Chrome

For a time-consuming navigation (implemented in a Python/Flask backend), it's nice to have visu… Read more Browser Back Button Treats Scripted Changes Differently In Safari And Chrome

Proper Touch Button Behavior For Mobilesafari

MobileSafari as a rule has incorrect HTML button behavior (incorrect meaning: 'not like an iOS … Read more Proper Touch Button Behavior For Mobilesafari

Does Safari Support Javascript Window.onerror?

I have a function attached to window.onerror window.onerror = function(errorMsg, url, line) { … Read more Does Safari Support Javascript Window.onerror?