Day: August 1, 2014

  • Full screen web pages (or modals) on iOS Safari

    Full screen web pages (or modals) on iOS Safari

    Because the top and bottom bars on iOS Safari slides up and down when scrolling, I was having some difficulty coding a full-screen page for it. $(window).height() on only gets the initial height upon page load, which includes the full header and footer bars. $(window).resize() wasn’t triggering when I scroll, either. I ended up finding…

    Continue reading