Skip to content Skip to sidebar Skip to footer

Js Popup Is Not Working On Safari (hide/show)

Simple popup with js is not working on IPhone and IPad Tried to replace href='javascript:PopUpShow()' to onclick='PopUpShow()', but still the same, it works everywhere but Safari

Solution 1:

As it appears, the problem was not in JS at all. "display: flex;" made the whole popup absolutely invisible. I mean the popup was there the whole time, I tapped at the link on it! Just changed it to "block" and it appeared. But I have a question to Safari developers... WTF?


Post a Comment for "Js Popup Is Not Working On Safari (hide/show)"