From 801304e733d04619717e27a5cac5ef732426f475 Mon Sep 17 00:00:00 2001 From: Jake Kronika Date: Wed, 23 Jul 2014 23:04:26 -0700 Subject: [PATCH] Update README.md Fix to included link back to the project, which currently throws a 404 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfb6676..488e5a1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A fix for the iOS orientationchange zoom bug. Authored by @scottjehl, rebounded by @wilto. MIT / GPLv2 License. -Demo: http://scottjehl.github.com/iOS-Orientationchange-Fix/ +Demo: http://github.com/scottjehl/iOS-Orientationchange-Fix/ Minified src: @@ -13,4 +13,4 @@ Instructions: Include the script, enable your zooms. (I'll fill that out more later...). How it works: -This fix works by listening to the device's accelerometer to predict when an orientation change is about to occur. When it deems an orientation change imminent, the script disables user zooming, allowing the orientation change to occur properly, with zooming disabled. The script restores zoom again once the device is either oriented close to upright, or after its orientation has changed. This way, user zooming is never disabled while the page is in use. \ No newline at end of file +This fix works by listening to the device's accelerometer to predict when an orientation change is about to occur. When it deems an orientation change imminent, the script disables user zooming, allowing the orientation change to occur properly, with zooming disabled. The script restores zoom again once the device is either oriented close to upright, or after its orientation has changed. This way, user zooming is never disabled while the page is in use.