I have a flip card that displays content on the front and back. Front content determines the height of the card. The card back should be the same height as th
I've been exploring the limits on SpeechSynthesis.speak on iOS Safari. I believe the current rules are more restrictive than there were in the recent past. Are
I have a button and styles for it, let's say this color is #e67410 for main-btn::before(border-top: 14px solid #e67410;), but in the safari browser this color t
Most references as below mention that Safari partially supports web components. In detail, what web component features are not supported by Safari desktop and S
I am developing websites and creating applications. I want to know how to inspect an element through web browsers like safari. In normal Chrome, Firefox, Expl
When I run the following code in Safari (and only Safari), the Javascript won't load in the browser: $(document).ready(function() { let dataX = { last:
I have ported a Chrome/FireFox extension. One of the things that does not work is receiving message from background to a options page (safari-web-extension:///p
Similar to "How to detect if OS X is in dark mode?" only for browsers. Has anyone found if there is a way to detect if the user's system is in the new OS X Dar
I'm been having some problems with my site redesign, I have a section of goals in the case study that is sticky and once you pass an image that goal gets crosse
I am working on a responsive design and the class "bgMainpage" is having a background image but it is not showing on Safari on all the devices. I have applied b
I've tried using the CSS backdrop-filter: blur combined with the box-shadow property but the final result doesn't seem to be rendered properly in Safari. I'm u
I'm trying to create an audio visualization for a podcast network, using the Web Audio API with createMediaElementSource() very similarly to the model explained
.up { background-image: url('/design-library/profound_test/images/cab_images/white-arrow-up.png') 50% 50% no-repeat; } This code is giving me an 'invalid prop
how it should be and looks on chrome and firefox: how it looks on safari: removing display:table fixes the positioning, but i need that for the styling (
I'm aware that Sarari does not support smooth scrolling with JS. However, I'm okay with just the default behavior of auto. However my app doesn't seem to be doi
I found two ways how i can easier develop web app for iPhone. http://moduscreate.com/enable-remote-web-inspector-in-ios-6/ http://webdesign.tutsplus.com/tutor
I would like to detect when Prevent Cross-site tracking is active in a browser using JavaScript. My challenge is trying to find a method to detect this and show
Safari seems to drop the Authorization header when following a same-origin 301 redirect. For example, this JS code: fetch("/api/endpoint-that-redirects", { head
I have strange bug only in safari my header container have position: sticky and when I hover items wrapped in Tilt component and scroll page down this bug happe
I'm simply trying to get Chrome/Safari to pay attention when I say margin-bottom: 20px on a <legend> tag... demo: http://jsfiddle.net/HN