Querying some iBooks status info
Does anyone know how to query iBooks (with a CSS media query or property or JS or whatever) as to:
1) Is the book being read in paged or scrolling mode?
2) In two-page landscape mode, is an element on the or the right page?
A web page I found seemed to indicate media queries "paginated" and "nonpaginated" might exist, but if they do, I can't get them to work with declarations of the form
@media screen and (paginated) {
h1 { color: pink; }
}
The iBookStore Asset Guide, where one might hope to find clues, does not seem to have been updated to reflect any changes in iBooks 3.0.
Thanks for any help.
--
Bob
|