Overflow hidden not working on Android when capturing using makeImageFromView. #3047
Unanswered
ibrahim-ytl
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a
Canvas
inside aView
. In myView
layer, I have applied borderRadius and also overflow hidden styling. It works fine on normal view. But when capturing, the content ofCanvas
overflow and not respecting theoverflow: 'hidden'
styling. This only happen on android when capturing.Beta Was this translation helpful? Give feedback.
All reactions