yadav603 / apv

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

Can't set up zoom to a useful level #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open a A4 document in landscape display mode
2. zoom in, the whole content (not the document page width) should fit the
display width

What is the expected output? What do you see instead?
on mobile devices with small displays, i expect to set up the zoom level so
i can see as much content as possible.
At the moment i have to use fixed zoom levels which don't match all of my
documents. In one zoom level the viewed page fit almost twice in display
width, the next zoom level is as big i have to scroll horizontally to see
the rest of the page.
Possibly, the zoom factor can be reduced with increased zoom level or use a
slider for set up the zoom level instead of "+" / "-" buttons.

What version of the product are you using? On what operating system?
version 202 @ Android 1.6 (from Android Market, jan.04 2010, version says
0.2.0)

Please provide any additional information below.

Original issue reported on code.google.com by gerhard.bicker@gmail.com on 4 Jan 2010 at 8:02

GoogleCodeExporter commented 8 years ago

Original comment by mpietrzak on 5 Jan 2010 at 8:38

GoogleCodeExporter commented 8 years ago
I've just taken a look at the code and this should be easy to fix in onTouch() 
in
PagesView.java. Changing the step from 0.5 to 2/3 or 3/4 would be great !

Original comment by ldro...@gmail.com on 27 Mar 2010 at 8:05

GoogleCodeExporter commented 8 years ago
Here is a patch with a 1.414 factor to have twice more zoom levels

Original comment by ldro...@gmail.com on 13 Apr 2010 at 3:39

Attachments:

GoogleCodeExporter commented 8 years ago
Added more zoom levels in r0b29fa14cc6a

Original comment by ldro...@gmail.com on 15 Apr 2010 at 1:12

GoogleCodeExporter commented 8 years ago
I think we should also add a menu option to let user specify zoom level manual.

Additionally there should be "fit width" and "fit page" options in menu, but 
those 
wouldn't be that important if we had manual zoom level setting. So let's assume 
that 
manual zoom level is part of this issue, but "fit width" and "fit page" will be 
a 
separate enhancement issue.

Original comment by mpietrzak on 20 Apr 2010 at 6:54

GoogleCodeExporter commented 8 years ago
I'm using a 3.2 inch display (Samsung i5700). I use 0.2.7, and the most useful 
zoom level I can have to read an A4 document still leaves 20% of the screen 
width unused (the document is readable at this point, but a little bit painful 
for the eyes as the fonts are a little bit too tiny ). The next zoom level 
requires me to scroll horizontally. Is it possible to add more zoom levels 
again or set the zoom level manually? Sorry for my English :)

Original comment by aones...@gmail.com on 7 Sep 2010 at 8:45

GoogleCodeExporter commented 8 years ago
I added a zoom-to-width feature.  Also, you can now set the zoom buttons to 
zoom by much finer levels in the options.

Original comment by arpruss on 27 Jul 2011 at 3:31