From 82e821c5b5495b8c9fc1e15cb11e3bbd5438eb36 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 26 Feb 2018 13:28:58 +0300 Subject: exp workaround: enable swipes after first touch event --- read.html | 1 + 1 file changed, 1 insertion(+) (limited to 'read.html') diff --git a/read.html b/read.html index 004fa9e..319d4e0 100644 --- a/read.html +++ b/read.html @@ -388,6 +388,7 @@ var baseUrl = window.location.href.match(/^.*\//)[0]; EPUBJS.core.addScripts([baseUrl + "lib/bootstrap/v3/js/jquery.js", + baseUrl + "lib/jquery.mobile.custom.js", baseUrl + "js/reader.js", baseUrl + "js/dict.js" ], null, renderer.doc.head); -- cgit v1.2.3