Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Page flickers when you click on header #10

Open
alana314 opened this issue Jan 11, 2013 · 1 comment
Open

Page flickers when you click on header #10

alana314 opened this issue Jan 11, 2013 · 1 comment

Comments

@alana314
Copy link

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); });

@sorahn
Copy link

sorahn commented Feb 16, 2013

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants