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...

- 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

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