You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using PHP to check the user's browser and add an empty div beneath the off canvas buttons for Safari on iOS devices. As far as I can tell, this is the only place we're doing this and it's is something we should be able to do with javascript, possibly with which browser
The text was updated successfully, but these errors were encountered:
I'm going to close #12 and include it with this issue "Site should check for Safari, specifically, not just iphone/ipad. Also, look in to whether it would be better to use js or continue to use php."
Right now, we're just checking for ios so the empty div is appearing on all browsers on iOS even though safari is the only one with the bottom menu causing problems.
Actually, Todd and I discussed this yesterday and thought it would be better to use PHP. I'm good with that; which browser looks like it includes a server side script
We're using PHP to check the user's browser and add an empty div beneath the off canvas buttons for Safari on iOS devices. As far as I can tell, this is the only place we're doing this and it's is something we should be able to do with javascript, possibly with which browser
The text was updated successfully, but these errors were encountered: