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.

278 questions
5
votes
5 answers

What HTML5 features are available for Dashcode widgets in iBooks?

With the new iBooks Author tool, you can create e-books for the iPad. The format allows you to embed HTML widgets created with Dashcode. The resulting files can be distributed outside of the app store, similar, but probably easier (because it is…
Thilo
  • 241,635
  • 91
  • 474
  • 626
5
votes
1 answer

Style anchors in iBooks epub

Is it possible to change the color and other CSS properties of anchors in iBooks epubs? The color property doesn't react at all, while I do get background-color change on normal and hover link state (which activates on tap). The :hover…
prkos
  • 325
  • 3
  • 9
5
votes
0 answers

Is it possible to access the iBooks PDF files from my custom application

I read and read Blogs in google but still could not draw the conclusion regarding,Can we upload the iBooks PDF files through the custom application? some says "No, there is currently no way to access this information" I have a application like…
Niroj
  • 1,106
  • 6
  • 27
5
votes
2 answers

Dynamically reload UIPageViewController after dataSource changed

so I'm trying to create an ibooks-like reader and I need to update the contents of the UIPageViewController dynamically after I get the data from the webservice. For a long series of reasons I have to instantiate it at the beginning and then update…
valeriodidonato
  • 129
  • 1
  • 1
  • 9
4
votes
2 answers

What javascript works as expected in epub using iBooks?

I am writing a footnote popup tooltip for epubs at the moment and I'm frustrated with the lack of documentation available on what javascript works and doesn't work inside epub, using iBooks specifically. In my experience, using jQuery, doing a basic…
nini
  • 123
  • 10
4
votes
2 answers

Adding PDF to iBooks by code

I was recently asked if I could code a simple IPhone/IPad app that: Checks an FTP server for changes to a PDF file (easy) Downloads the lastest PDF (easy) Adds or replace the file on iBooks (hmm...) I have tried to find any code that deals with…
Jon Lennart Aasenden
  • 3,772
  • 2
  • 26
  • 41
4
votes
1 answer

iOS iBooks like store animation

Anyone know how Apple does the transition to the store in the iBooks app? I know they are using a Modal View Controller with the UIModalTransitionStyleFlipHorizontal transition style set but I don't see how they are showing the "depth" of the…
rplankenhorn
  • 1,995
  • 2
  • 19
  • 32
4
votes
1 answer

How to show Book Opening and loading animation as in iBooks?

I am trying to show a book opening animation as in iBooks. Any inputs will be helpful.
attisof
  • 524
  • 1
  • 5
  • 11
4
votes
2 answers

How does iBooks do this?

I am currently displaying text in a uiwebview. However, I would like to allow a user to select text and perform some action with the selected text (google it). Apple has done this sort of thing with iBooks. When you click on a word you can choose to…
Yolanda
  • 263
  • 1
  • 4
  • 12
4
votes
1 answer

Javascript firing intermittently when turning page in iBooks

I'm trying to add the ability to play audio in my ebook and for the user to be able to pause and start this if they want. I can do this in javascript by controlling a standard HTML5 audio tag on a page but when the user turns the page I want the…
Guy Lowe
  • 1,853
  • 1
  • 20
  • 35
4
votes
1 answer

Does iBooks support localStorage in the ePUB format?

I'm implementing a JavaScript program in the ePUB XML-based digital book format which uses localStorage. I'm confusing about the situation whether iBooks supports localStorage. Some version supports, some not.
turutosiya
  • 1,011
  • 9
  • 17
4
votes
2 answers

Scrolling in a HTML widget

I've made a webpage that has an 4000px wide background and in Chrome and safari on Windows, Mac and iPad it scrolls nice. I can scroll to the left, the top and the right with no problems, just like you would expect it to be. But when I convert this…
Sgarz
  • 313
  • 2
  • 15
4
votes
1 answer

rounded corners on UIPageViewController

I was wondering if anyone was ever successful in changing the corners of an UIPageViewController (the fancy book turning animation of iBooks) to rounded corners? I tried this but to no avail: [self.notebookPages setViewControllers:viewControllers…
n.evermind
  • 11,764
  • 17
  • 74
  • 119
4
votes
2 answers

CSS3 Animation with different images in each frame

I'm attempting to perform a CSS animation, where a number of images are cycled through. I appreciate that normally one would use a sprite (and doing so works with this code), however as I wish to use this animation in iBooks, I have to keep to a 2…
Kit Brennan
  • 41
  • 1
  • 7
4
votes
1 answer

How can I animate like open book in iBook?

I want to click image and open like when we click on book in bookshelf in iBook. Just simple flip , not to curl.Animate like we open hard-cover book :) Could you guide me what call is that ?? or Could you guide me how to do that ?
crazyoxygen
  • 706
  • 1
  • 11
  • 28
1
2
3
18 19