Closed rushairer closed 4 years ago
Does it work with transparent?
transparent will get #000000, but in ios runtime, #000000 is not transparent, is black. I guess the class Color of NativeScript did not convert #000000 to UIColor.clear.
Another issue is that, if we set NavBar 's background color to UIColor.clear, it will not real Blur effect.
We need set the backgroundColor = nil.
So, I think, we'd like convert unset of NativeScript side to nil of iOS side.
Not really - transparent is rgba(0,0,0,0)
, not #000000
, which is black. You might got that wrong from the #rrggbbaa notation, where #00000000
is transparent, but I think {N} currently doesn't support #rrggbbaa notation yet.
Additionally unset
keyword is not yet supported in NativeScript too.
Overall this issue is not really for the Theme, but for {N} itself - you might want to open a new issue in the NativeScript repo, if it is not yet reported. I found one, that might be related: https://github.com/NativeScript/NativeScript/issues/4805
I'm closing this one.
@bundyo thanks.
Action Bar can not set background to real transparent.
000000 can not work in iOS.
Will get an error: