iPhone Viewport Meta now on wordpress.org

I’ve taken advantage of wordpress.org’s hosting and subversion repository. So the iPhone Viewport Meta plugin for WordPress is now hosted there.

Possibly Related posts (machine generated):

  1. iPhone Viewport Meta Plugin for WordPress
  2. iphone-viewport-meta plugin 0.7
  3. iphone-viewport-meta 0.8.1
  4. iPhone Screen Caps
  5. Upgrading WordPress

More like this: , , , .

  • Hi - Developing a wordpress blog for my friend. At least trying :)

    I installed your iPhone Viewport code into the site. And I have a request for modification. I would like for you to add the option to go full-screen ( hide url bar).

    if (navigator.userAgent.indexOf('iPhone') != -1) {
    addEventListener("load", function() {
    setTimeout(hideURLbar, 0);
    }, false);
    }

    function hideURLbar() {
    window.scrollTo(0, 1);
    }




    What do you think ?
blog comments powered by Disqus