Skip to content

Instantly share code, notes, and snippets.

@OurBigAdventure
OurBigAdventure / hideAddressbar.js
Last active December 23, 2015 22:39 — forked from yckart/hideAddressbar.js
Added check for iOS 7 to prevent resizing the window and instead let iOS 7 handle full screen on it's own.
/**
* Hide the addressbar on ios & android devices
* https://gist.github.com/yckart/5609969
*
* Based on the work from Nate Smith
* @see https://gist.github.com/nateps/1172490
*
* Copyright (c) 2013 Yannick Albert (http://yckart.com)
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php).
* 2013/07/10