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.

More like this: , , , .

2 Comments

  1. Posted November 5, 2007 at 11:08 am | Permalink

    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 ?

  2. Posted December 4, 2007 at 9:59 pm | Permalink

    Hi,

    I added your plugin to my wordpress plugin directory. And then I activated it.

    But when I load the website from my iphone, it shows the HTML version and not the iphone version.

    COuld you help me please.

    thanks
    Dev

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*