forman / frex-app

Automatically exported from code.google.com/p/frex-app
GNU General Public License v3.0
0 stars 2 forks source link

Zooming does not animate on Android 4.2 devices #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Two finger zooming does not animate on some devices, e.g. Samsung S III with 
Android 4.1.

Users should actually see continuously scaled versions of the current image.

Original issue reported on code.google.com by norman.fomferra on 12 Aug 2013 at 10:23

GoogleCodeExporter commented 8 years ago
Replaced View.postInvalidate() by View.invalidate() calls.

Original comment by norman.fomferra on 24 Aug 2013 at 5:59

GoogleCodeExporter commented 8 years ago
Problem persists. For problem description and possible solution, see 
http://stackoverflow.com/questions/14737687/scalegesturedetector-not-detecting-t
wo-finger-movements-in-android-4-2

Original comment by norman.fomferra on 28 Aug 2013 at 8:22

GoogleCodeExporter commented 8 years ago

Original comment by norman.fomferra on 9 Nov 2013 at 11:24