I\'m using jQuery to detect a click on the DOM - or let\'s every click.
$(document).click(function(){ alert(\"Click :-)\"); });
This works p
You may use the touchstart event instead.
touchstart