mattmartini / iphoneebooks

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

Add Page Turning Options #93

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Clicking at the bottom of the reader will scroll the page down/forward,
with the opposite effect when you click the top edge of the reader. In
practice, this is not ergonomic.  If you are reading with one hand your
thumb is near the top of the screen as you hold the iPod.  It would be nice
to have an option to reverse the current page-turning events.

For example, touch the top edge to move to the next page, bottom edge to go
back.  This way your hand hardly has to move as you are reading.

Better yet, add an option called 
 Page Turn Forward (with the following options to move to the next page)
 -  top edge, left edge, bottom, edge right edge.

This would accommodate many reading reading style, left/right hand etc.

Original issue reported on code.google.com by brendan....@gmail.com on 30 Jan 2008 at 9:54

GoogleCodeExporter commented 9 years ago
here is a patched version with the following changes:
1) landscape mode
2) 113 support
3) inverse nav zone option (make the top zone scroll one page down and the 
bottom one
page up)
4) enlarge nav zone option (from 48 to 75 pixels)

You'll need to unzip and put all the files in the zip on your iphone in
/Application/Books.app (2 needs to be overwritten).  You may also have to do 
chmod
777 on Books to give it executable permissions

Original comment by benoitce...@gmail.com on 11 Feb 2008 at 3:03

Attachments:

GoogleCodeExporter commented 9 years ago
That's great.  Thanks for the quick response.  The navigation options are slick.

Original comment by brendan....@gmail.com on 12 Feb 2008 at 1:20

GoogleCodeExporter commented 9 years ago
Implemented in 1.4-pre01

Original comment by pendorbo...@gmail.com on 17 Feb 2008 at 5:51