I use the jQuery plugin for smart banner to display different applications depending on what part of the website is in android and iOS.
The problem is that Safari loads its own banner from the line:
<meta name="apple-itunes-app" content="app-id=xxxxxxxxxx">
So, I am showing 2 banners in Safari.
How to disable my own Safari banner or hide it using CSS? I tried to delete this line of code, but then both banners are not displayed.
Thank!
source
share