Luis Gustavo Ganimiluisgustavoganimi.hashnode.dev·Dec 18, 2024Cross-Browser Animation Challenges in Carousels with Accessibility in Mind1️⃣ Context Carousels are a common and visually appealing way to display content on websites. However, creating a truly cross-browser and accessible carousel from scratch is more challenging than it may seem. My goal was to create a carousel with an ...safari
DOWON LEE2dowon.hashnode.dev·Mar 16, 2022Safari(iOS)에서 new Date 이슈날짜에 따른 조건을 만들기 위해서 new Date 함수를 이용해 Date 객체를 만들어 사용했다. 하지만 Safari(iOS)에서는 제대로 조건이 동작하지 않는 이슈가 발생했다. (web, Android에서는 정상 동작!) Safari(iOS)에서만 발생하는 이슈였기에 크로스 브라우징 이슈라 생각해 Safari(iOS) 환경에서 new Date를 실행해본 결과 역시나 제대로 Date 객체가 생성되지 않고 있었다. 이를 해결하기 위한 방법은 생각...JavaScript
Khanh Nam Doblog.donamkhanh.com·Jul 6, 2019Safari CORSMặc dù vấn đề CORS gặp rất nhiều rồi nhưng hôm rồi lại dính =)) Bình thường chỉ cần set dòng sau vào http.conf (hoặc .htaccess/vhost) là CORS sẽ được enable: Header set Access-Control-Allow-Origin "*" Header set Access-Control-Allow-Headers "*" Heade...CORS
Erdal TAŞKESENwww.erdaltaskesen.com·Feb 19, 2019How to stop automatically unzipping downloaded Zip files in SafariIf you're using Safari as your web browser, and you've noticed that certain “safe” files are automatically opening after being downloaded, you may be wondering how to stop this behavior. In this blog post, we'll show you how to disable this feature s...125 readsmacOS