Fixed show header on touch
This commit is contained in:
parent
00156aa01a
commit
0204bc37b0
@ -105,7 +105,7 @@ $(document).ready(function(){
|
||||
if (mobileBrowser()) {
|
||||
$(document).on("touchend", "#image", function(e) {
|
||||
if (visible.controls()) view.header.hide(e, 0);
|
||||
else e.preventDefault();
|
||||
else view.header.show();
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user