Questions tagged [turnjs]

Turn.js is a jQuery plug-in that provides a page turning effect using HTML5

turn.js is a plugin for jQuery that adds a beautiful transition similar to real pages in a book or magazine for HTML5. It is written by Emmanuel Garcia and licensed under the MIT License.

More Information

Homepage of turn.js

Documentation of turn.js

96 questions
0
votes
1 answer

Trigger fancybox on turnjs region

I'm working on a digital magazine. Almost done except for the last part. TurnJS has this region function where you can define a clickable area on the image and do things like go to a URL or go to a specific page. The goal is to trigger fancybox…
Benedict Payot
  • 421
  • 1
  • 4
  • 14
0
votes
0 answers

Turn.js Magazines Drupal

I have a problem with Turn.js Magazines module in drupal (https://www.drupal.org/project/turnjs_magazines). I have installed all the depencdenies. When i create a new content turn.js Magazine, I can upload the .pdf file, and I can save the node…
0
votes
1 answer

Hash navigation in Turn.js

I´ve been exploring turn.js script and after a long study of script hash.js I did not find the way how to make navigation across the flipbook. Like here I don´t know how exactely am I supposted to create "url" for each page. Can somone advise me…
pandik70
  • 185
  • 1
  • 3
  • 9
0
votes
1 answer

Adding background color in TurnJS

I have experienced problem I have never faced before and even googling it did not help. I have basic code from the official page of script TurnJS, which is the problem I have with.
Turn.js
pandik70
  • 185
  • 1
  • 3
  • 9
0
votes
0 answers

Passing Mutilple parameters when flipping through Pages in Turn.js

I am trying to pass multiple parameters on flip using turn.js. The current option only made provision for the pageNumber ie. Instead of function addPage (page, book) { //Check if the page is not in the book if ( ! book. turn( 'hasPage' ,…
0
votes
0 answers

Are there any "responsive" book publishing libraries like Turnjs?

I'm aware of Turnjs V4 but that library is outdated, no longer maintained and isn't responsive by default. Notably, turnjs is also not available under any suitable license for use in free & open source or commercial software. Have seen many other…
Marvin Danig
  • 3,738
  • 6
  • 39
  • 71
0
votes
1 answer

Turn.js swipe left and right to turn

I am using turn.js in my Ionic2 project, when the user swipes from the left to right or right to the left page need to turn. How to trigger turn when I swipe? file.ts ngAfterViewInit() { var winWidth = window.innerWidth; var winHeight =…
sridharan
  • 2,011
  • 10
  • 36
  • 61
0
votes
1 answer

how resize flipbook of turnjs steve jobs sample?

how resize flipbook of turnjs ? , i use steve jobs sample. i try $("#flipbook").turn("size", 800, 1000); css: #flipbook { width:800px; height:1000px } but not work Thanks for any help !
vallez
  • 117
  • 1
  • 1
  • 10
0
votes
0 answers

pdf.js turn.js kDefaultURL doesn't open

I use pdfjs turnjs of http://www.maxims6n.bget.ru/book2/viewer/viewer.html and my kDefaultURL does not open. But, if I use the open file button, it's works. thank's
pelijojo
  • 23
  • 8
0
votes
1 answer

turnjs add form input to redirect page number

I use turnjs to present our catalog , with the " magazine" model. I would add an input form that redirects to the page number submitted . Someone there already use a method ? And if someone has already included pdf files? Thank's
pelijojo
  • 23
  • 8
0
votes
1 answer

json parse to JavaScript array with turn.js

I'm new here, I got problem with my script when display page flip using turn.js. My page is come from mysql database store it in json format then parse to array in JavaScript to view by turn.js Here's my code :
adi
  • 5
  • 3
0
votes
1 answer

"turnjs-magazine" how i replace from image pages to html pages?

i like turnjs-MAGAZINE, but I need your help for fix: 1- how does to change from IMAGE pages to HTML pages? code from http://www.turnjs.com/samples/magazine1/js/magazine1.js or download: http://www.turnjs.com
manuel
  • 103
  • 5
0
votes
1 answer

How to display only few pages of magazine ebook in turn.js

I create magazine ebook with turn.js. Every pages of ebook is images. I create 52 pages. When I host the ebook to my website. My ebook only can be seen after all pages have been loaded My question is : How to display only first page (ebook cover)…
andika_kurniawan
  • 511
  • 4
  • 9
  • 20
0
votes
1 answer

turn.js: altering URL when using mouse to change page

I'm using turn.js on a website I'm working in and have had some issues relating to altering the URL when using the mouse flip through the pages of the book like site. So far I've tried: flipbook.bind('start', function (event, page, corner) { if…
Frederik Petersen
  • 1,025
  • 3
  • 16
  • 30
0
votes
0 answers

Why shadow is toggling in turnjs?

I can't get, why shadow of pages is toggling when page is being turned. Why this could happen? I tried to write minimal script to reproduce the issue: http://warp-dev.alvass.in/products/image/
avasin
  • 9,186
  • 18
  • 80
  • 127