You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, awesome library, I really love it, just digged it into it recently and made an example for a drawing component.
As the title says, the thing is I have a FlatList with other bunch of components that I need for the app and one of them is the Canvas component, that one that I use is meant to be a free-drawing component, but the thing is that when I try to draw a vertical line inside the Canvas, it just scrolls down at the same time and I would like it to block the scrolling while drawing, is there any way of achieving this sort of behaviour with Skia?
This is my actual drawing component that is stored inside a FlatList
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, awesome library, I really love it, just digged it into it recently and made an example for a drawing component.
As the title says, the thing is I have a FlatList with other bunch of components that I need for the app and one of them is the Canvas component, that one that I use is meant to be a free-drawing component, but the thing is that when I try to draw a vertical line inside the Canvas, it just scrolls down at the same time and I would like it to block the scrolling while drawing, is there any way of achieving this sort of behaviour with Skia?
This is my actual drawing component that is stored inside a FlatList
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions