Questions tagged [ibooks]

iBooks is an e-book application by Apple Inc.

iBooks is an e-book application by Apple Inc. for their iOS operating system and devices. It was announced in conjunction with the iPad on January 27, 2010.

283 questions
0
votes
1 answer

Open Close (Unfolding) Book Animation In iBooks

My app currently basically wires the AQGridView project to the leaves project to make an iBooks (clone-esque) type PDF reader. My problem is, I currently use the pageCurl transition from one view to the next, which is all well and good, but I want…
CodaFi
  • 43,043
  • 8
  • 107
  • 153
0
votes
3 answers

Vertical align div in XHTML 1.1 for EPUB?

I have been Googling this and find many entries on it, most of which use table-cell like this: http://www.vdotmedia.com/blog/vertically-center-content-with-css/ They work fine, but why I change the DOCTYPE to XHTML1.1, which I need for an EPUB…
Steve
  • 14,401
  • 35
  • 125
  • 230
0
votes
2 answers

How to Show iPad's Keyboard when i click Input box from an ePub?

Can anyone suggest me how to show iPad's keyboard for entering text when clicking on a input box through HTML JavaScript? For an ePub viewed in iBook app on iPad. In the ePub file, there is an input box has to be filled by the reader (user).…
SaRaVaNaN
  • 33
  • 1
  • 6
0
votes
1 answer

an app to open iBook and then this particular pdf/pub file straightaway in one go

Is it possible to open a pdf file from an app itself into iBooks. OR any 3rd party solutions, that can use any pdf file and create a flip book thing in an app itself.
user689751
0
votes
1 answer

How do I link directly to my ebook in the iBookstore?

I know we can link to our apps via http://itunes.com/apps/developername or http://itunes.com/apps/appname, but how do we link to our ebook in the iBooks part of iTunes? Thanks!
Steve
  • 1,229
  • 19
  • 41
0
votes
4 answers

Horizontal paging in my app

I want to make horizontal paging in my app. I have big text, which placed in UITextView, but I want to make horizontal paging, like iBooks or bookmate. Do you have any solution or idea?
werbary
  • 1,105
  • 2
  • 14
  • 43
0
votes
1 answer

Sepia Toned PDF in iOS

I know iBooks has this little nuance built in. Has anyone figured out how to render all pages in a PDF in sepia tone?
CodaFi
  • 43,043
  • 8
  • 107
  • 153
0
votes
1 answer

What is the best way to make something like iBooks using javascript and HTML?

I'm wondering what might be the best way to code a JavaScript/jQuery based solution for horizontal scrolling of the individual pages of document files such as pdf, HTML, or .doc files (the .doc file would have to be converted to pdf or HTML before…
tim peterson
  • 23,653
  • 59
  • 177
  • 299
0
votes
1 answer

Is there an onclick (ontap?) for a link in epub that will force the page to a non-linear file?

I have several pages marked non-linear in the metadata.opf file: When this book is opened in Apple Books and I click/tap a link to one of…
John O
  • 4,863
  • 8
  • 45
  • 78
0
votes
0 answers

want to navigate to specific chapter in flatlist paging react natve

i have a flat list with horizontal and paging being enable . it basically contains chapters of books . i can access any page i want To store the last page read by user.pagination also occur on font size bases so that when font is large some data…
0
votes
0 answers

CSS rules applied to only the left/verso in a two page spread

I have several images that should spread across both pages in a book. I've hit upon the following css as being (more or less) what I want: img.illustration.double { width: 200%; max-width: none !important; /* For Calibre's ebook viewer. */ …
John O
  • 4,863
  • 8
  • 45
  • 78
0
votes
0 answers

Javascript to disable page-turning entirely?

I'm trying to author a "choose your own adventure"-style ebook in the epub3 format. In a general sense, epub seems well-suited for this... each choice at the bottom of the page is just a html link to another file internal to the epub. However,…
John O
  • 4,863
  • 8
  • 45
  • 78
0
votes
1 answer

load ePub book via URL to iBook on iPad

as i know the iBook App on iPad can read so called ePub Books. Now a customer want's that we develop an App, where his customers can browse his "store" and download the Books directly to iBooks. Any Idea if this is possible? The part of writing the…
MadMaxAPP
  • 1,035
  • 2
  • 16
  • 39
0
votes
1 answer

Is it possible to open a download ebook file via iBook?

I got a question, which is, what if I can download a ebook file, eg .epub or PDF, then I list this file on a tableview, now I select one of the books. Can I open via iBook? Or I need to implement a reader to open the file? Also got another question…
Webber Lai
  • 2,014
  • 5
  • 35
  • 66
0
votes
0 answers

Having issue managing iBooks annotations using its sqlite db and node.js

I am trying to manage annotations from books in iBooks app on MacOS13. I need somehow to manage the title of the book to check if it's the same book in different formats. What could you suggest to do in this case ? What I found out is that iBooks…
wladknd
  • 21
  • 3