Sidetap icon indicating copy to clipboard operation
Sidetap copied to clipboard

Page flickers when you click on header

Open alana314 opened this issue 12 years ago • 1 comments

The page flickers when you click on the header in all browsers especially on desktop. For now I've commented out this in SidetapIos.prototype.set_up_observers, since I don't need the functionality: $("header h1").click(function(evt) { return _this.show_address_bar(evt); });

alana314 avatar Jan 11 '13 18:01 alana314

This is probably because the "click" events are simulated on a phone. Those events should all probably fire on 'touchstart' and then run a preventDefault.

sorahn avatar Feb 16 '13 02:02 sorahn