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

Can I use PhoneGap to create and submit iBook

Apple has a habit of rejecting apps which they consider to be books and suggest submitting these kind of apps to their iBook store instead. Since I built an app with this problem using PhoneGap Build, I was wondering is it possible to submit a…
James Finn
  • 366
  • 2
  • 12
0
votes
1 answer

Problem with ebook reader application

I am working on a ebook reader application... i can able to work exactly as iBooks application does. I have used : CFURLRef pdfURL = CFBundleCopyResourceURL(CFBundleGetMainBundle(), CFSTR("paper.pdf"), NULL, NULL); pdf =…
Tariq
  • 9,861
  • 12
  • 62
  • 103
0
votes
1 answer

Menu is not showing pdf file- pdf Annotation in iOS

I am developing the app like ibooks by reference,in that the pdf is not enabling the menu i.e while I long tap the pdf it not showing Menu like copy , define. How can I work in menu? Help me.
Test
  • 177
  • 1
  • 1
  • 13
0
votes
0 answers

How to navigate a particular page by click the contents in pdf file in ios

hi every one i'm having a book as a pdf file,in this i want to Navigate to the particular page by clicking the contents of the PDF File. i.e. if i click the Chapter 4 in content means it navigate to the Chapter 4 in the Pdf.Like iBooks…
Test
  • 177
  • 1
  • 1
  • 13
0
votes
0 answers

How do I load a webview in iBooks using Swift

How do I load a webview in iBooks using Swift? I know this question has already been answered. But I can't find the complete answer. If somebody can tell me the complete answer theat would greatfull. Thanks in advance
Patrick
  • 9
  • 2
0
votes
1 answer

AQGridView: Making a Selection

I am using AQGridView to build an iPad app that incorporates a flexible grid like that found in the Apple iBooks app or the Marvel and DC Comics apps. My question is has anyone used AQGridView and can help me with sheding some light on how to make a…
Leachy Peachy
  • 1,112
  • 2
  • 17
  • 29
0
votes
1 answer

HTML5 audio controls not showing fully in iBooks

I'm building an HTML5 widget for iBooks Author that allows the user to play different parts of an audio clip. Although I include controls in the player code thus: or…
Mikawa Ben
  • 76
  • 10
0
votes
1 answer

Make javascript aware of when media overlays are being played in an epub3 ebook

I would like to have some javascript code modify some properties of the element that is being played as part of a media overlay (smil driven). In particular, I am interested in text media overlays, which get highlighted as some audio is played. My…
XAnguera
  • 1,157
  • 1
  • 11
  • 25
0
votes
2 answers

iBooks sharing with iOS Application

I have a question about iBooks sharing. I want to open a book from iBooks with my iOS Application. To create this I have specified content type: CFBundleTypeName All Files LSHandlerRank
0
votes
1 answer

Can I save an HTML page from a web view to iBooks using Swift?

I have a web page displayed in a webview and would like to allow the user to save it to something like ibooks for off-line viewing.
0
votes
1 answer

Options for single page view / Book view in com.apple.ibooks.display-options.xml

Is there any option to change the apperance to pageview/Book view in com.apple.ibooks.display-options.xml file for epub
0
votes
1 answer

How to save a PDF file from WebView in iBooks or an other PDF readable app?

I have an Xcode (iPhone) app with a WebView. My homepage in this WebView contains a PDF file. I can open this PDF file. But I cannot save it. In normal Safari browser there are the buttons "Open in…" and "Open in "iBooks"". But in my WebView I can…
user4432864
0
votes
1 answer

Fancybox not working on iPad

I´m trying to make Fancybox2 works on Ipad. Im using all the documentation posted in this website http://fancyapps.com/fancybox/. My code works right on Browsers even on iBooks if it is running on a Laptop but it doesnt work correctly on…
Víctor
  • 1
  • 1
0
votes
2 answers

Adding custom CSS for iAd Producer objects

I'm using the following CSS to attempt to style a text box (aka label) in iAd Producer's iBooks Author widget builder. I'm building from the blank template, not HTML. Here's the (very basic!) CSS code that's causing issues: .title { font-family:…
Mikawa Ben
  • 76
  • 10
0
votes
2 answers

Open local PDF file in iBooks

I am trying to open a PDF file that I have stored locally within my app in iBooks. The app currently has a list of "literature" in a table view and when each cell is tapped the app segues to a webView that displays the PDF file (works great). I…
RyanZ
  • 35
  • 1
  • 5