Many Drupal sites, particularly in education, organise content in Books. Have you ever wondered if you could navigate these books just like in an e-reader?
That is what this sandbox is for. Book Slider is a module that replaces the standard book navigation with a touch compatible, ebook like slider at the bottom of the page. Tapping, or clicking in the content area brings it up or hides it. You can slide back or forward through all the pages of the book, seeing the title and page number, and the selected page will load when you lift your finger or mouse up. Additionally tapping/clicking in the book margins will move forward and back between adjacent pages.
Book Slider details:
A small module that implements a touch/mobile friendly navigation for Drupal books, similar to an ebook reader.
The configuration allows for removing the standard book navigation elements i.e. the pref/up/next links.
Book slider currently uses JQuery Mobile and so you need to first use JQuery Update module to update to the latest JQuery library.
Currently jQuery Mobile is included in the module directory, later it will get moved out to the libraries directory.
If you want a book-like experience then design your site without sidebars and keep each book page to a normal page length.
Copy the folder library/ODataProducer from the download in step 2 to sites/all/libraries. The ODataProducer library in Drupal should now be located at sites/all/libraries/ODataProducer.