Safaldas G
  • Home
  • About

Frontend Developers Pain : Safari and IOS

Apr 20, 2025 1 min read

This will be a collection of my hatred

window.open(url, ‘_blank’); not working on iMac/Safari
I’ve build a web page that let’s you select a page name from a drop down list and then transfers the browser to that page. The code that does the transfer isif (url){ window.open(url, ’_blank...
Stack OverflowSteve
  1. Safari is blocking any call to window.open() which is made inside an async call.
Html 5 [input type=Date] control, MAX date is not working in iPhone/Ipad
Greetings. Working with html date input control. input type=“date” max=“2014-13-11″ In chrome its recognizing ’max’attribute hence restricting and disabling all future date But, the same is not
Stack Overflowkarthik

2. Safari on iOS does not support the attributes max and min for input="date".

3. https://stackoverflow.com/questions/4310953/invalid-date-in-safari

date formatting requires date-fns

safaldas

safaldas

More posts
Previous Post
Powered by Ghost
Safaldas G