mattmartini / iphoneebooks

Automatically exported from code.google.com/p/iphoneebooks
GNU General Public License v2.0
0 stars 0 forks source link

Disable Page Scrolling in Favor of Page Flipping #144

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
A feature that would be really great to implement would be to have the
ability to disable scrolling and instead use a "page flip" type function.
In other words only display as much text on the screen as will fit and then
turning to the next page will go to the next "section" of text. I believe
this is similar to how the Kindle does it and it better matches the book
metaphor.

As far as text resizing is concerned you could use the first word of the
current page as the anchor point for what text to render on the screen. If
you were to go backwards in the book when you got to the first page (of the
chapter?) you could simply use the first word of that page as the anchor point.

Original issue reported on code.google.com by apol...@gmail.com on 18 Jun 2008 at 3:13