You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.
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); });
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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); });
The text was updated successfully, but these errors were encountered: