From: Vincent Vanwaelscappel Date: Wed, 26 Apr 2017 14:31:11 +0000 (+0200) Subject: wip #1371 @0:20 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=2568b6def3b327c2f25e067796b019fa1d953d15;p=fluidbook-html5.git wip #1371 @0:20 --- diff --git a/js/libs/fluidbook/fluidbook.nav.js b/js/libs/fluidbook/fluidbook.nav.js index 80adbb7a..673c3707 100644 --- a/js/libs/fluidbook/fluidbook.nav.js +++ b/js/libs/fluidbook/fluidbook.nav.js @@ -251,7 +251,7 @@ FluidbookNav.prototype = { var res = this.getLink('interface-previous', '#', 'previous', '', '', false); res += this.getLink('interface-next', '#', 'next', '', '', false); $('#interface').append(res); - $(document).on('click', '#next', goNextPage); - $(document).on('click', '#previous', goPreviousPage); + $(document).on('click touchend', '#next', goNextPage); + $(document).on('click touchend', '#previous', goPreviousPage); } }; \ No newline at end of file