problem occurs on iOS only
play.nativescript.org 4.0.1
add an image in native playground project play.nativescript.org
apply tintColor to the image
add alpha channel to the tintColor
e.g.
<Image src="https://play.nativescript.org/dist/assets/img/NativeScript_logo.png" tintColor="rgba(31, 25, 11, 0.5)" ></Image>
expected: the content of the image is drawn with the tone specified by the tintColor attribute
actual: the image is drawn as a solid shape of the specified tintColor
works as expected on Android
no
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Hi @Zurid,
I tested it on my side and have to confirm that this is a real issue, which could be reproduced in a non-Angular project as well.
Most helpful comment
Hi @Zurid,
I tested it on my side and have to confirm that this is a real issue, which could be reproduced in a non-Angular project as well.