turn.js icon indicating copy to clipboard operation
turn.js copied to clipboard

turn.js not working for chrome and firefox windows 10 desktop

Open poojaniranjane opened this issue 8 years ago • 7 comments

Hi,

we are doing one project using turn.js .but when we checked our project on windows 10, it will not working on chrome and firefox.only worked on edge.can you plz solve this?

poojaniranjane avatar Apr 16 '18 10:04 poojaniranjane

use bubblin.io instead. they support all platforms and responsive books.

filamananda avatar Apr 16 '18 23:04 filamananda

yea but there's no source code :/

Denoder avatar May 04 '18 09:05 Denoder

there is http://bookiza.io

filamananda avatar May 29 '18 19:05 filamananda

https://github.com/blasten/turn.js/issues/399

This might help for your case.

jieyyal avatar Jun 22 '18 03:06 jieyyal

Even Tuenjs.com site is also not working on Chrome browser with Window 10 OS. [Version 67.0.3396.99 (Official Build) (64-bit). Open turnjs.com in Chrome and try to open Steve Job’s book. It does nothing. 

Any solution available for this problem?

NDolia avatar Jul 17 '18 02:07 NDolia

I have one solution which may help you people.

Open your turn.js file and there you just change isTouch to false like isTouch=false at line 26.

nibhatt9 avatar Jul 24 '18 09:07 nibhatt9

Open your turn.js file and there you just change isTouch to false like isTouch=false at line 26.

elaborating nibhatt9's solution above, you might try this instead: change isTouch = 'ontouchstart' in window, into isTouch = !(window.screenX != 0) && ('ontouchstart' in window || 'onmsgesturechange' in window), at line 26 of turn.js

alegogit avatar May 17 '19 05:05 alegogit