Not displaying at all
-
The banner is not displaying on IOS devices. i TESTED ON 3 DEVICES 6 – 6S AND iphone X.
However, when i inspect element on an Imac i get this:
if (navigator.userAgent.match(/iPad/i) != null) {
document.write(“<meta name=\”apple-itunes-app\” content=\”app-id=1257623906\”>\n”);
}
else {
document.write(“<meta name=\”apple-itunes-app\” content=\”app-id=1257623906\”>”);
}So seems like it should work….
Not sure why it is not displaying.The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Not displaying at all’ is closed to new replies.