Code

Discussion on iPages Flipbook - jQuery Plugin

Discussion on iPages Flipbook - jQuery Plugin

By
Cart 355 sales

Avirtum supports this item

Supported

This author's response time can be up to 10 business days.

61 comments found.

Hello,

We are planning to purchase your FlipBook product (CodeCanyon item) for a specialized project, and we have a few critical questions regarding compatibility and licensing before proceeding with the purchase:

1. Licensing and App Usage (Most Critical)

Our intended use is within a hybrid mobile application (WebView / Cordova / Capacitor). All source files (HTML, JS, CSS) and PDF files are loaded locally from the app’s Assets folder, rather than a public domain.

A. Local Licensing: Can the product be licensed for use inside an app that loads files locally?
B. Activation Domain: Since the files are loaded via a local address (e.g., file:///, http://localhost:XXXX, or an internal virtual address), which URL should we enter in the license activation form? Is a publicly accessible domain required?
C. Offline Support: Does the library function completely without displaying error messages or restrictions when the application is disconnected from the internet (Offline)?

2. RTL and Layout Support

Our content is in Hebrew and requires Right-to-Left (RTL) flipping.

A. Flipping Direction: Does the product fully support the RTL direction, including page arrangement (cover on the right) and flipping direction (right-to-left)?
B. Single Page Mobile View: Is there an option to automatically set a Single Page View when the user is viewing the book on a mobile phone screen?

3. PDF and Dynamic Content

A. PDF Source: Does the product allow reading PDF files that are stored locally (in the Assets folder), or does it strictly require the PDF to be at a full network address (URL)?
B. Two Separate Pages Layout: We want to display two different files side-by-side: one PDF on the right side (text) and a second PDF on the left side (image/annotation). Does the product support loading two separate PDF sources into a single flipbook, where the right and left pages are sourced from different PDF files?
C. HTML Overlays: If we cannot load two PDF files, is there support for embedding rich HTML content (like images, video, or extra text) over a single PDF page, and how do we ensure these overlays align correctly in RTL mode?

Thank you very much for your assistance. A positive confirmation on the licensing and RTL points will allow us to proceed with the purchase immediately

Hello, Thank you for your detailed inquiry and interest in the FlipBook plugin.

Regarding your questions:

1) Licensing and App Usage: The standard Regular License available on CodeCanyon does not cover distribution of the product within a native or hybrid mobile application (e.g., via Cordova, Capacitor, or similar frameworks), even if all assets are loaded locally. Such usage typically requires an Extended License, but this plugin doesn’t have it. 2) RTL and Layout Support: Unfortunately, the current version of the plugin does not support RTL flipping direction, including proper page arrangement (e.g., cover on the right) or right-to-left page transitions required for Hebrew or Arabic content.

Given these limitations, particularly the licensing constraints for mobile app embedding and the lack of RTL support, I regret to inform you that the plugin may not meet your project’s requirements at this time. Sorry.

Best regards, Max.

PLEASE PLEASE HELP ME …

1. i need to be able to upload my fillable pdf forms so that i can submit them and get an email with it ..

2. im using jotforms and its good because it automatically maps the fields but it makes it look super ugly and id like to maintain the form design

3. if this part isent available but please tell me 1 and 2 are possible .. id like to know if i convert my site into a PWA Progressive web app so that i can use it as a kiosk in my business when there isent an active internet connection. id basically use zapier to push the forms data to my google drive or excel which ever works faaster.

please assist its kinda urgent

yessss please help me

i was thinking about just integrating zapier with your module so once so that it sends it pulls my form to google drive or wherever .. the send button would deffinately be it though

In theory, it should look like this. You have a PDF document displayed, you know its URL, so you can make a form to send it using JavaScript. 1) You click on the button, the form for filling out the email opens, then you click “send” 2) Since js from the browser can not send emails, we must pass the document URL and email address to the server (JSON format as example), where it will be processed. 3) The server (backend) receives this data, generates an email with attachments and sends it. It goes like this. But I repeat, I can’t help you with this.

I am trying to make a generic website where users can create their logins and upload their pdfs. They would have to pay a monthly subscription fees to see their catalogs.

Can I use this with a regular license?

Is it possible to make links within a PDF active and clickable?

I have tried many others and the links within PDF’s are not active when hovering over them.

If this is possible, can you provide a demo so I can?

Thanks!

Sorry, typing on small screen: If this is possible, can you provide a demo so I can see in action?

Hello, i bought your plugin but the pdf looks blurry, although the original is very clear. I am using the demo-with-pdf-pages

The can define the container size (width & height) inside the general tab. Use css valid values like 300px, 100vh and etc.

ok thanks and for the blurry? can you send me an email to send the link?

About blurry, it’s because the scale operation is realized by css transform, this method causes the blur effect a little. My email is avirtum[@]gmail.com

It show failed to load pdf document

What does the browser log contain?

Hello can the plugin display in the same pdf document vertical pages (portrait) and horizontal pages (landscape) thank you Natasha

Hello. Sorry, but the plugin doesn’t support this feature, the pages should be the same size.

I need command. Opened up full screen immediately.

It’s impossible, because the browser has some restriction for the fullscreen API, only a user can make the container to fullscreen with manual action (after a click, hover or other event). Another variant is to use some css styles (like position:fixed).

I want a script to check which page is currently on.

What does it mean exactly? Can you describe with more details?

hi, can we use it for more than one site and domain when we buy it?

1 license per domain

Hi. Can I remove/hide all download options? Regards

If we are talking about the user interface (button), yes, you can. But a user can download the PDF document anyway using browser dev tools

Hi,

Is it possible to have several hyperlink with url of pdf on a page, and when user clicks on link, pdf will be displayed.

Thanks

I want to integrate this to my school’s website. Schools website uses plone cms. We want to have this digital brochure to school different things we do. How would think work or how would you go about it using this script?

This is jQuery plugin and if we are talking about integration to a cms we should make these steps: 1) create a backend to upload books and preview results 2) create a frontend (load a book config from backend and use this script to show it)

If i install it on my website, can multiple people create their ebook from my website? does it have user login or they don’t need to login before creating their ebook

It’s a jquery plugin, not a builder with drag & drop elements.

Under how to use, I saw this code: <div class="ipgs-flipbook" data-pdf-src="assets/pdf/magazine.pdf" /> My question: How can I prevent the download of the document if the URL of the PDF is visible to the users who know how to read it?

You can’t, somehow the plugin itself downloads the pdf document in the browser to display it.

Hi, i want ask something before i buy this plugin, can i use jquery v3 for this plugin? Thank you

Yes, it supports 3 too, I’ve tested it with 3.6.0.

I am using this plugin for urdu/hindi pdf. But the navigation of pages are left to right. How to make it right to left?

You should use a web server if you want the pdf support, because ajax doesn’t work locally.

Good luck with your sales

Hi, is it possible to show a print button that allows you to print the pdf?

The plugin uses PDF.js lib, as I think it’s possible (https://github.com/mozilla/pdf.js/issues/8766), but I didn’t test it, it’s only my guess.

That’s the only thing that stops me to buying the plugin. Do you think you can added that function? Thanks!

Hi, is it possible to have custom hyperlink somewhere on page to call specific page from book? I want to make menu above book with links that will lead to specific pages of the book.

The plugin supports the URL parameter “page” or “pagenum”, if this option exists the plugin open the book on this page. But if talk about the page without refresh we should use js code.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey