Skip to content

Instantly share code, notes, and snippets.

View JulesNeck's full-sized avatar

Jens H. Lueck JulesNeck

  • LMedia
  • Germany
View GitHub Profile
@JulesNeck
JulesNeck / hideBar.js
Created October 2, 2011 13:37
Hide URL Bar for iOS and Android based on html5 mobile boilerplate
// Hide URL Bar for iOS and Android "level above next level"
// streamlined version without extension part
// slowly moving it to perfection...
MBP.hideUrlBar = function () {
if ( !location.hash ) {
doScrollTop = setInterval(function(){