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: , , , .

  • http://yoshiki.tv Donny Cruce

    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 ?

  • http://globalwarming.gyanin.com Dev

    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

blog comments powered by Disqus