Skip to content

Instantly share code, notes, and snippets.

View tedi's full-sized avatar
🖤

Tedi Konda tedi

🖤
View GitHub Profile
@tedi
tedi / hideaddrbar.js
Created March 9, 2012 20:44 — forked from scottjehl/hideaddrbar.js
Normalized hide address bar for 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 ){