Description
In my attempt to make my modal page transparent, I found this issue where Background = Transparent doesn't have the desired effect, but BackgroundColor = Transparent does have. They should have the same behavior, no?
With Background = "Transparent":
With BackgroundColor= "Transparent":
Steps to Reproduce
- Open the repro project
- Click on the button to do a Modal Navigation
- You can't see the underline page (If using Background = Transparent)
Link to public reproduction project repository
https://github.com/pictos/BackgroundTransparentIssue
Version with bug
8.0.40 SR5
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
No response
Did you find any workaround?
Use BackgroundColor instead
Relevant log output
No response
Description
In my attempt to make my modal page transparent, I found this issue where
Background = Transparentdoesn't have the desired effect, butBackgroundColor = Transparentdoes have. They should have the same behavior, no?With
Background = "Transparent":With
BackgroundColor= "Transparent":Steps to Reproduce
Link to public reproduction project repository
https://github.com/pictos/BackgroundTransparentIssue
Version with bug
8.0.40 SR5
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
No response
Did you find any workaround?
Use BackgroundColor instead
Relevant log output
No response