PiRSquared17 / ttrss-reader-fork

Automatically exported from code.google.com/p/ttrss-reader-fork
0 stars 1 forks source link

Zoom controls no longer appear #196

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enable zoom controls
2. Open an article

What is the expected output? What do you see instead?
Zoom controls are not present (and pinch-to-zoom doesn't work).

What version of the product are you using? On what operating system? And
what server-version is your TTRSS-server running?
Just installed 1621 (worked ok on 1620).

Please provide any additional information below.

Original issue reported on code.google.com by AllardFa...@gmail.com on 22 Oct 2013 at 1:14

GoogleCodeExporter commented 9 years ago
The zoom controls had to be disabled since gestures (swiping and scrolling to 
make the actionbar disappear) didn't work anymore the moment zoom controls 
where available. I guess it is a bug in the webview implementation from google 
but I can't do much about it for now.

Original comment by nils.braden on 22 Oct 2013 at 8:06

GoogleCodeExporter commented 9 years ago
For additional info see 
http://code.google.com/p/ttrss-reader-fork/source/detail?r=698c8d1068c9d09b625cf
07d75b76df302eb4f82

Original comment by nils.braden on 22 Oct 2013 at 8:06

GoogleCodeExporter commented 9 years ago
Does that mean zooming can't be implemented at all (e.g. pinch-to-zoom is also 
broken)?

Original comment by AllardFa...@gmail.com on 22 Oct 2013 at 8:10

GoogleCodeExporter commented 9 years ago
Zooming is actually still implemented and I reactivated the preference for zoom 
controls again (next update...) but if the zoom controls are enabled all other 
gestures don't work anymore when displaying articles. So you can choose if you 
want zoom or if you prefer swipe and scroll to show/hide the actionbar. Other 
gestures like long-pressing and tapping are not affected.

I'll leave this ticket open since the bug is still there and is quite annoying.

Original comment by nils.braden on 22 Oct 2013 at 8:53

GoogleCodeExporter commented 9 years ago
Changed behaviour: If running on android > 4.x the zoom controls will not be 
displayed, instead the two-finger-pinch is allowed. Older devices seem to work 
fine with the zoom controls, there they can be enabled via preferences.

Original comment by nils.braden on 18 Feb 2014 at 7:40