My basic static React Redux TypeScript app works locally on Windows, and then it also works when I deploy to GitHub Pages for every device I've tested except iPhone 6 iOS 12.0.1 (where it is a blank white screen).
I've researched many articles, such as:
Most of them try to solve the case where all devices show a white page. But that's not my scenario.
Others talk about how older browsers need polyfills, but I've already added try/catch blocks around my use of fetch
.
I've also tried changing to "homepage": "."
in package.json
, but again, I don't think that's related to the issue because most browsers already work, so I know that the assets are being accessed.
Any ideas?