How to prevent hiding apple smart banner?
Hi,
We are developing our mobile site using JQuery Mobile framwork.
We have used newly supported meta tag from apple to display smart banner and when it gets displayed, its not part of the actual DOM structure.
Currently, JQuery mobile framework calls window.silentScroll(yPos) on window load and it displays page in fullscreen mode on apple and it scrolls down below to smart banner.
Is there anyway we can prevent hiding of apple smart banner?