36 comments found.
Demo is down. Is this still working? Is it responsive?
Hi, here is the new version https://codecanyon.net/item/real3d-flipbook-jquery-plugin/4281720 The viewer is fully responsive. It includes multiple page flip animations: horizontal slide, vertical scroll, 3d flip and realistic 3d page flip. Cheers
Hello!, you can enable some preloading of the content, with larger files it hangs and shows blank pages, thanks
hi, can we use it for more than one site and domain when we buy it?
Hi,
license is for single domain only (each domain requires new license).
Cheers
Hi. Can I remove/hide all download options? Regards
Hi! I want to test your script on my website. Could you send me some code example before purchase that I could embed on my website/ To see how it works. I need to embed one PDF magazine into landing page. My landing page is made on no code website builder tilda.cc that allows to embed html and js
Hi, does this jquery code still work? If we buy it, once we attach the pdf file, will it look same like this: http://creativeinteractivemedia.com/swipe/ Your nebula PDF? Thanks a lot.
Hi, I suggest that you get this one https://codecanyon.net/item/real3d-flipbook-jquery-plugin/4281720 It also has swipe mode, more features and it has been recently updated.
Cheers
Hello. I just bought this item and configured. I would like to add every 3 pages a banner (can be an iframe or an image). Is it possible? Thank you
...
pages: [
{
src: '2.jpg',
thumb: 'thumb1.jpg',
htmlContent: '<iframe src="http://..." style="position:absolute;left:100px;"></iframe>'
},
...
]
Thanks for the answer. Can you just check why zoom buttons don’t work? I give you a link as example. Thank you
https://www.studwiz.com/notes/polimi/engineering/common-courses/analisi1/viewer.php?file=uploads/lecture_notes/complete_course/1623864017_33_across_andrea_-_delivery_report_(3).pdfAlso the select tool doesn’t work. Other buttons work good.
Helo! I would like to know if it is possible to open only one page at a time instead of two? Another question is whether there is a function that saves the last page accessed by the user? Grateful!
Hi, 1. yes, with option
singlePageMode: true2. sorry but that does not exist
Cheers
Good Morning! Thanks! The option worked perfectly. Now we are in need of 3 more things. 1 – How to detect the page change event and perform my own function when it happens 2 – How to retrieve information from the current page I’m on 3 – How to execute a fullscreen command with my own button
Thanks in advance!!
Please!
deeplinkingEnabled: true,
deeplinkingPrefix: 'book1_',
Then you listen to hashchange eventeventjQuery(window).bind('hashchange', function(e) {
var hash = window.location.hash
if(hash.indexOf("book1_") > -1){
var page = Number(hash.replace("book1_", ""))
}
})
3)
var book = $("#container").flipBook(options)
var $button = $("#yourFullscreenButton").click(function(e){
book.toggleExpand()
})
Thank you very much!
Will this also display DOC, DOCX files as well?
Hi, only PDF and images are supported, you would need to export DOC to PDF first.
This is exactly what I’ve been looking for. I can’t find the technical document on how to use options such as hiding buttons. Also, I would like to know the list of buttons can be hidden. Ideally, I would like to hide all buttons and right click should be disabled from print or save. So it will be fully read-only mode. Is this possible?
Yes it is possible to remove all buttons. Option to disable right click will be added soon.
Thanks for a quick reply. What’s the timeline for the option to disable right click?
Hi, update will be in couple of days.
How can i limit number of pages shown in a PDF file ?
In another words, how can i show selected pages of a document like 1,3,5,7
Hi, currently no, but I will add this feature for next update
On iphone, after swiping a couple of pages, script gives error. Do you know why? Check: parterdergi.com
Hi, the reason can be limited canvas memory on iOS. Try adding option
pageTextureSizeMobile: 1200}
Add to which file?
To options object when you creating flipbook
jQuery("#book1").swipeBook({
pdfUrl: 'pdf/example.pdf',
pageTextureSizeMobile: 1200
});
Thank you.
I write to you as an e-mail but did’nt answer. Please check your email address! I need a support!
Hi, sorry for the delay. The issue will be fixed in update tomorrow. You can also switch to Real3D Flipbook jQuery plugin which has exactly the same features (swipe mode) plus much more, and it does not have the bug with text selecton.
Can a pin or password be required to view pdf?
Hi, will it work on android app? or perhaps wll it work on webview app? Thanks
I haven’t tested but it should work in webview.
The search engine does not work like the demo, it does not stand out in the place of the word and if I click it it restarts the search https://www.contenidoseducativospublicos.com/deploy/image_swipebook.html
HTML5 and YouTube support?
Yes, you can add any HTML to flipbook pages.
But will it play a YouTube video and any demo?
Yes, it will play Youtube. I recommend my other plugin Real3D Flipbook which was recently updated and has more features.
Cheers
Features like what?
btnSearch:true, but doesn’t show in toolbar
Hi, search is available only if you have PDF as source for pages (options.pdfUrl), not if you have images.
Hello,
when i start the pdf viewer the menu “table of content” is open. How can i start the plugin with the menu being closed please?
Thanks for your support
Hi, with option
lightBoxOpened:false
Nope, that didn’t work unfortunately.
Here are my settings:
hideMenu: false,
skin: "grey",
lightBox: true,
lightBoxOpened: false,
lightBoxFullscreen: false,
singlePageMode: true,
contentOnStart: true,
btnShare: false,
menuOverBook: false,
btnPrint: false,
btnAutoplay: false,
btnDownloadPages: true,
btnSelect: false,
Ok please send the link and I will check, you can email me at my profile page.
Thank you! Just sent you a message.
Sorry I wrote the wrong option by mistake, it should be
contentOnStart : false
Cheers
Nope, doesn’t change anything. _
My fault. Had to clear cache.
Yes, that worked! Thank you! 
Plugin doesn’t work. Just on Firefox locally the “deploy/index.html” works. Online, neither deploy index nor the non minified javascript datas from “Source” work
Your documentation doesn’t describe how to implement which js-data where to use and what for.
Found the problem: your using a jQuery version, that is buggy.
Hiii, Plz check my email .. PDF is not working in lightbox.. It’s direct downloading..http://sangamgroup.com/45678/lightbox.html
Kindly reply???
Hi, just replied to your email, but I misunderstood the question. I thought you want to disable button for PDF download.
I checked the code, option for lightbox is missing. It should be
$("#book1").swipeBook({
pdfUrl:'pdf/sapr3.pdf',
skin:"dark",
btnSize:20,
backgroundColor:"#666",
zoomMin:0.9,
zoomStep:3,
lightBox:true
})
Dear Sir, It’s not working… Plz check link again… http://sangamgroup.com/45678/lightbox.html
None of the pdf is working on any page it’s direct downloading… You may check link http://sangamgroup.com/45678/autoplay_on_start.html
Ok which browser / OS are you using? I cannot reproduce the bug, I can see the viewer normally, PDF does not download.
It’s a Firefox, opera or google chrome… I have send u a screenshot via mail.. Kindly check…
Also, your demo is working fine…http://creativeinteractivemedia.com/swipe/ here..