I’m building a task management tool for a volunteer group and I put this little widget for each task, that shows the minimum and maximum amount of people needed and the actual number of people who already signed up for the task.
It’s basically just a bunch of Rectangle()
s concatenated with some other info on a Card view. This is how it looks on the Android app:
But then one of the testers with an iPhone sent me this
The rectangles are just all rendered black. It works perfectly on the web and on the android app. I don’t know if this issue is specific to the card view or if it happens also on others, don’t own an iPhone myself to test.
I’ve tried to search the community but haven’t found any known issue. Can someone shed some light on this or try to replicate this on an iPhone?
Thanks for your help,
Pablo