Joao Ferreira

Results 7 comments of Joao Ferreira

Hello winsontan520. Thanks for your reply :) I have tried that but it did not work. I must be doing something very stupid... :/

Hi @winsontan520, I managed to solve this issue by re-defining the drawable: ``` Drawable dr = getResources().getDrawable(R.drawable.imagem_jj); Bitmap bitmap = ((BitmapDrawable) dr).getBitmap(); Drawable d = new BitmapDrawable(getResources(), Bitmap.createScaledBitmap(bitmap,Math.round(sizes[next_image].getWidth()*x_factor), Math.round(sizes[next_image].getHeight()*y_factor), true));...

@winsontan520 I know that but sometimes when I scratch the image nothing happens. I tested in different smartphones and it happens in all of them but as I said is...

Hi @gilbert1991 I have tested it and it also happened. I think that it may not have to be with the library itself but with the Android API. I am...

I also noticed the delayed reveal but that for me is not a "problem". What is happening is that nothing happens when I scratch. I tried to debug it and...

OnTouch is not called when this issue happens.

Hello again @gilbert1991, we have discovered why this is happening. If the user's first touch is not on the image that he wants to erase then his movements are not...