Open norrisboat opened 9 years ago
@biechereran no.But it works fine now.
I have a problem on Galaxy S3. I tried many S3 and I get this issue add screenshot: before dragging and when I just start to drag.. The half part of the image dissapearing..
Any help?
Can you try to enable/disable hardware acceleration on the device? If no good, try it in your code:
<activity android:hardwareAccelerated="true or false" />
or
getWindow().setFlags( WindowManager.LayoutParams.FLAG_HARDWARE_ACCELERATED, WindowManager.LayoutParams.FLAG_HARDWARE_ACCELERATED);
or
myView.setLayerType(View.LAYER_TYPE_SOFTWARE, null);
I had this problem before, and it is related to the device's hardware/firmware.
You're Rock! For your information: Hardware acceleration is enabled by default if your Target API level is >=14, but can also be explicitly enabled.. The only way that helped me was this: myView.setLayerType(View.LAYER_TYPE_SOFTWARE, null);
Thanks guys..
ayltai‘s way can solve it
fliping not smooth . flip half a littile jumb
Did you find a solutions for this? it's also turns to white on Galaxy s3..