Skip to content

Instantly share code, notes, and snippets.

@twinraven
twinraven / hideaddrbar.js
Created October 24, 2012 10:38 — forked from scottjehl/hideaddrbar.js
Javascript: Normalized hide address bar, iOS & Android
/*
* Normalized hide address bar for iOS & Android
* (c) Scott Jehl, scottjehl.com
* MIT License
*/
(function( win ){
var doc = win.document;
// If there's a hash, or addEventListener is undefined, stop here
if( !location.hash && win.addEventListener ){