Nikolai Grachev
Posts: 0
Joined: Fri Jul 25, 2014 7:55 am

turn.js and Appery

Hi Appery team!

I want to add turn.js (www.turnjs.com) functionality to my app. I have done:

  1. Add turn.js as JavaScript text to Appery.

  2. Add HTML box to my app:

    Page 1
    Page 2
    Page 3
    Page 4

  3. Add event on "show page" (also tried "Load") with JS code:

    $("#flipbook").turn({
    width: 400,
    height: 300,
    autoCenter: true
    });

    It's not working :(

Nikolai Grachev
Posts: 0
Joined: Fri Jul 25, 2014 7:55 am

turn.js and Appery

*Add HTML box to my app:

Page 1
Page 2
Page 3
Page 4

Nikolai Grachev
Posts: 0
Joined: Fri Jul 25, 2014 7:55 am

turn.js and Appery

*Add HTML box to my app:

//
// Page 1
// Page 2
// Page 3
// Page 4
//
//

Nikolai Grachev
Posts: 0
Joined: Fri Jul 25, 2014 7:55 am

turn.js and Appery

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

turn.js and Appery

Hello Nickolai,

Looks like there is a compatibility problem of turn.js with jqm. Please look here: https://github.com/blasten/turn.js/is...

Nikolai Grachev
Posts: 0
Joined: Fri Jul 25, 2014 7:55 am

turn.js and Appery

ok, thanks

Nikolai Grachev
Posts: 0
Joined: Fri Jul 25, 2014 7:55 am

turn.js and Appery

This plugin http://amegan.github.io/jquery-flip/ have jquery mobile support, but it's not working.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

turn.js and Appery

Nickolai,

The last specified library (http://amegan.github.io/jquery-flip/ ) requires old libraries of jquery and jquery mobile. For stable operation of the application you better should find another plugin to scroll through the items

Return to “Issues”