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

Open epub in iBooks from inside app

I am using the below code. When I try to export to a pdf, it works perfect. A menu shows up and opens the pdf in iBooks. But when I choose epub, the menu shows up and nothing happens when I click iBooks. Any idea what I am missing? -…
brugg
  • 1
0
votes
1 answer

ibooks Author html5 widget options

Is there a way to provide options for a html5 widget in iBooks? Let's say I have some sort of feedback widget that needs to be inserted in every chapter, how can a chapter variable be set?
Jan
  • 42,290
  • 8
  • 54
  • 79
0
votes
1 answer

How to open .IBA file in my ipad application

How can i open .iba file in my ipad,iphone application? I made .iba file from ibooks author. now i want to merge this file with my ipad application. I try to find in google but i can't find proper solution or code. Please give me any suggestion.
Hiren gardhariya
  • 1,247
  • 10
  • 29
0
votes
1 answer

How to add CTFrame to UIViewController?

The goal is to format and show text as like as iBooks style pages. For this I take UIPageViewController, specify transition for needed animation and generate UIViewController collection and etc. To show text I place UITextView into each…
RomanVD
  • 25
  • 1
  • 2
  • 7
0
votes
2 answers

iBooks app crashes when opened with IBAction in my app

All right, I am having a problem opening the iBooks app using an IBAction in my app. I have it set up so that when the user presses a button, it calls this action to open the iBooks app: -(IBAction)openBooks:(id)sender { NSString *stringURL =…
CaptJak
  • 3,592
  • 1
  • 29
  • 50
0
votes
1 answer

Show link to iBook Store if one apple device

I am doing a site for an author who is releasing a book soon, and one of the stores the book will be on is the iBook store. Since you cant view the store from anything but iTunes, is there a way I can generate a link if only on an apple device?
0
votes
1 answer

Integration of iBook with HTML5

I know that we can embed HTML5 content in iBook using HTML widget,However I want to know if is there any way by which we can open an ibook in HTML page ? Using a tool or with the help of Jquery or Javascript will do.
Mandar
  • 51
  • 1
  • 10
0
votes
0 answers

Page Curl on UIScrollView inside the UIWebview

I was amazed by the iBook PageCurl, and I thought I could add this feature to my books application, so here is information about how my project is built, project is divided into a two levels, top layer is the UIWebview that loads a local web…
user784625
  • 1,928
  • 5
  • 24
  • 38
0
votes
2 answers

Objective C: Opening A PDF File on iBooks

I am downloading a PDF file from an online server and save it to my the App's Sandbox then view it in iBooks. The iBooks viewing is what i am struggling now. I tried this code: UIDocumentInteractionController *docController =…
0
votes
1 answer

How to add a background to UICollectionView like iBooks?

iBooks app on ios,the bookshelf background will follow the books when scrolling. Where can I add the background like iBooks?
yellow
  • 702
  • 1
  • 10
  • 24
0
votes
2 answers

Sell iBooks through iOS App

Supposed I have an app where I can sell supplementary content in the form of an iBook. They take 30% either way, but I could use the app as a platform to sell it. Is there a way I can sell this through the app itself, but keep the features of the…
Jon Mattingly
  • 434
  • 5
  • 13
0
votes
1 answer

Is there a way to force long lines to wrap in all e-readers

I have this epub that is made in indesign. The main text flows just fine and wraps just as it is supposed to. The problem is with the footnotes. Long footnotes will not wrap but extend past the right side of the screen. It does wrap in iBooks but…
0
votes
1 answer

how to add online image in epub3 file?

I want to include online images in my EPUB3 file but when i validate it it shows me error "Only audio and video remote resources are permitted".when i include it using javascript it is working fine in Android e reader but images are not shown in…
0
votes
1 answer

HTML5/CSS/JS framework for iOS 'book app'?

I'm looking at building some form of an eBook for iOS. By 'some form', I'm not yet sure what/how to build it. The variables: My skills: I'm fairly adept at front-end development, using HTML5, jQuery, CSS, etc. I've built an iOS app via Phonegap. I'm…
DA.
  • 39,848
  • 49
  • 150
  • 213
0
votes
1 answer

how do i link from an ibook to another?

I'm making an catalog for a client with al his products. Each product has his own pdf-file. Now i want to link from the main catalog to another pdf-file in my ibook. These files are already in ibook, it's necessary to link without an internet…