DBDigital / nookdevs

Automatically exported from code.google.com/p/nookdevs Please note I am not a developer. I only created this to prevent the code from being lost with the shutdown of GoogleCode. If you wish to work on this, contact me and I will add you. :)
0 stars 0 forks source link

nookBrowser 0.0.7: Zoom in/out on the touch screen? #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Once again, good job on dual screen, hari.

I wonder why B&N didn't employ you guys on nookdevs to develop apps for 
nook:) I am sure you guys have helped B&N alot by making nook so interesting.

For nookBrowser 0.0.7:
It would be better if a zoom in/out could be added on the touch screen. 
Otherwise, some links on the touch screen would be too difficult to click and 
users have to click <>, then Settings, then zoom in/out.

Original issue reported on code.google.com by ttn...@gmail.com on 5 Feb 2010 at 3:07

GoogleCodeExporter commented 8 years ago
Good idea.  There appears to be a ready made pinch-to-zoom-capable WebImageView 
extended class available here:
http://code.google.com/p/android-pinch/

Hopefully, it is suitable for incorporating into nookBrowser.

Original comment by jmc...@gmail.com on 5 Feb 2010 at 3:57

GoogleCodeExporter commented 8 years ago
Probably actually need an extended WebView class, which apparently is still a 
work-
in-progress.

Original comment by jmc...@gmail.com on 5 Feb 2010 at 4:01

GoogleCodeExporter commented 8 years ago
We can include the built in zoom in WebView. I had it at one time, but felt 
like it 
was blocking the screen a lot and removed it. This could also be a configurable 
option. This zoom control will only affect the touchscreen and not the eink. 

Original comment by hari.swa...@gmail.com on 5 Feb 2010 at 1:43

GoogleCodeExporter commented 8 years ago
I added this as a settings option in 0.0.8 version.

Original comment by hari.swa...@gmail.com on 7 Feb 2010 at 3:55

GoogleCodeExporter commented 8 years ago
I like the built-in zoom in/out options in 0.0.8.

The only issue is that it shows every time I swipe. This could be improved if 
the zoom 
in/out shows only when users long click (for example, 1-2s) on the touch screen 
and 
will not show when users short click or swipe.

Original comment by ttn...@gmail.com on 9 Feb 2010 at 2:13