Smart Tool Factory
Smart Tool Factory
you can use PointerInputScope function for this as ``` Modifier.pointerInput(Unit){ val size = size detectMotionEvents( onDown = { }, onMove = { }, onUp = { } ) } ```
Maybe i should start moving to maven as other authors mentioned in the thread
How about latest release 4.0.0? I updated to latest version of Compose with the latest version
It should have dependency to android Color. I'm not available to do it for the time being. Any contribution is more than welcome.
my question on SO was deleted. In sample with video you don't see before video which is black and white color. https://stackoverflow.com/questions/78973837/video-overflows-from-bottom-sheet-when-scrolling/78990380#78990380 It can be related with this issue. Exoplayer...
https://github.com/SmartToolFactory/Compose-BeforeAfter/blob/48085d4623251d81511258de56f9dd246afcc614/app/src/main/java/com/smarttoolfactory/composebeforeafter/demo/BeforeAfterLayoutDemo.kt#L217 It's here the issue is.
I build a before/after layout that runs two Images, Composables or videos at the same time. It works except with Exoplayer2 showing 2 vidoes. When second video is loaded first...