new SingleTapDetector(document.body, function(event) { event.preventDefault(); document.location = "internal://" + document.URL; });