photo-editor-android icon indicating copy to clipboard operation
photo-editor-android copied to clipboard

adding better isViewInBounds check

Open AhmedvHashem opened this issue 7 years ago • 2 comments

We salute you for this library, we are using it in our current project, it saved us a lot of time.

i added an extra functionality that was needed, and i think it should be default it the library

when you move the image/sticker/text vertically the isViewInBounds() works perfectly but when moving horizontally it does not cuz it fits the width of the screen to the touch position never exceed the bounds of the container view.

so i added that functinallity

my fork https://github.com/AhmedNTS/photo-editor-android

AhmedvHashem avatar Jul 16 '17 20:07 AhmedvHashem

Thank you!

haykgalstyan avatar Dec 15 '17 07:12 haykgalstyan

@AhmedNTS Since you are using this in your project, I am considering this for my project, are there any bugs with this library?

sreekanth100khere avatar Mar 25 '19 10:03 sreekanth100khere