`BlendMode` is not supported yet for iOS ?
# compose-ios
m
BlendMode
is not supported yet for iOS ?
i
I guess it should work. Is there some specific problem with it?
m
I was trying this Gooey effect, it's working fine on android but not on iOS, I thought that the problem is with
blendMode
but I think that it's from this
compositeOver
Copy code
drawRect(
    color = Color.Black.copy(alpha = 0.5f).compositeOver(Color.White),
    blendMode = BlendMode.ColorDodge
)
https://gist.github.com/oleksandrbalan/ee9ab0c658a740bd6923222a9c5d54b4
i
okay, it's not iOS specific, it doesn't work on desktop too. Not sure what's root reason at the moment
m
I was trying to make an interactive animation with the dynamic island using the Gooey effect. Like this one which made using R/N and Skia
i
Created an issue: https://github.com/JetBrains/compose-multiplatform/issues/3222 I'll take a look at it, hope before 1.5