rschroll / efm

Epub for Monocle — A pure javascript implementation of the book data interface for Epub2 and Epub3
http://rschroll.github.com/efm
44 stars 15 forks source link

can we create two adjacent pages like column #5

Closed KogBasetti closed 11 years ago

KogBasetti commented 11 years ago

Hi Robert,

I have two questions.

1.Can we create two columns, on a page. so that one navigation click works on both columns. like apps in ipad for ebook reader. 2.can we use two buttons on a page to navigate next and previous for epub reader. i tried, but unable to understand how to use moveTo() on a button click;

Please help.

rschroll commented 11 years ago

You'd probably be better off asking questions about Monocle on the mailing list. There was a discussion there a few months ago about two column pages. I haven't had trouble with using moveTo, so I'd recommend a post to the mailing list with the code you tried and what went wrong.