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
2
votes
0 answers

iBooks pre-loading of pages interferes with animation

My ebook does animations driven by setTimeout. (I am using requestAnimationFrame when available, which it's not on older iPads running iOS 5). The book is composed of about 100 separate XHTML files to ensure page breaks occur exactly where they…
user663031
2
votes
0 answers

How to open iBook (in-app)

I want to open an iBook file in one of my iPhone application without launching third party apps. I have gone through with many articles and all of those suggest use of UIDocumentInterectionController class. When I tried this in demo app, it…
mohd akram
  • 21
  • 1
2
votes
1 answer

Opening iBooks in iPhone App

I want to open .IBOOK file in my application. My question is is it possible to do it cause my client want to make some iBooks using the iBook author and want to open them in Library Application which I am working on. And If it is possible apple will…
Shashank Kulshrestha
  • 1,556
  • 17
  • 31
2
votes
1 answer

UIDocumentInteractionController opening pdf in iBooks crashes

I have a test PDF file that I want to open in iBooks through my app. I saved it in my temp directory and I use this code to load it to iBooks: NSURL *targetURL = [NSURL fileURLWithPath:tempFullPath]; NSLog(@"Path is %@",…
Sergey Grischyov
  • 11,995
  • 20
  • 81
  • 120
2
votes
3 answers

Open PDF In iBooks

I've a a pdf placed in my Code files. I want it to open in iBooks, while researching I've found this : NSString *stringURL = @"itms-books:"; NSURL *url = [NSURL URLWithString:stringURL]; [[UIApplication sharedApplication] openURL:url]; NSString…
Muhammad Umar
  • 11,391
  • 21
  • 91
  • 193
2
votes
2 answers

iPad Ibooks Javascript Canvas DrawImage does not work

I have a below script, its working in my windows browser. but this code does not work in Epub ebook (in my iPad iBooks)