• 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)
  • Plugin Author stephend

    (@stephend)

    I had a look at your page on my iPad and my iPhone and the banner appears on both my devices. (I tried to attach a screenshot, but, apparently, I can’t!)

    The one thing to bear in mind: if you tap the ‘x’ at the left of the banner, it will “permanently” disappear. There’s no cookie or anything that can be reset (which sucks if you’re, say, testing a WordPress plugin).

    One of the best ways I’ve found of testing is to use Xcode and the iPhone/iPad Simulator (though this does feel a little like using a sledgehammer to crack a nut).

Viewing 1 replies (of 1 total)
  • The topic ‘Not displaying at all’ is closed to new replies.