I'm working on a modified version of TouchImageView ( https://github.com/MikeOrtiz/TouchImageView ).
It's working fine on all devices and emulators, but it's not working properly on GalaxyTab 8.9. The background around the zoomable image is not redrawn.
You can see the problem on this video : http://www.youtube.com/watch?v=lxa6I3wzYrw
I've tried to :
There are still a lot of things to try, but this will be so time consuming to try everything. Would like to hear a few ideas to help me.
Looks like a bug seen on Android tablets (seen on Samsung galaxy tab, Nexus 7) A workaround is to invalidate a top view in the hierarchy (invalidating the parent view of the TouchImageView is not enough to fix it)