Why is no one talking about the fact that web apps are not visible on iOS?
I recently tried to build a web app and noticed that on an iPhone (latest version), it is completely white. After days of trying, the only thing that helped was downgrading Flutter to 3.22.0 and forcing the HTML renderer in the build. Unfortunately that creates heavy artifacts on the page, so it is basically unusable except on Windows, Android, etc.
Two days ago, I saw someone here sharing their app, I clicked on it, and the exact same error happened. I thought I was just being stupid, but that showed me it happens to everyone, just nobody seems to notice.
What is the problem here?