BookBlock
BookBlock copied to clipboard
Hide Left Arrow From 1st Page and Right Arrow from Last Page
Hi Is there any facility to hide arrow incase of no previous page or no next page. Thanks
You can use "onEndFlip" and hide or show the arrows.
// isLimit is true if the current page is the last one (or the first one) onEndFlip : function(old, page, isLimit) { return false; },