Hi,
I used npm create-react-app to make a web app with firebase backend accessing it through redux-firebase. The web app functions normally on every user device except on iPhone users, both chrome and safari render a blank page.
I've tried stackoverflow, where one fix was changing navigator.language from en-US to en, did not work. Another fix was checking my styling, maybe the text was rendered incorrectly but no, the styling was fine, another was importing fetch as "cross-fetch" everytime fetch was called but that didn't work either. The only time I saw a difference was when I typed a h1 tag and it printed the text. I think materialize.css is not supported on iPhone or redux-firebase does not work on iPhone or am possibly leaving something out in index.js
Any help will be greatly appreciated cause I've been debugging it for about 4 months now! Telling my iPhone users to kindly access the web page from their laptops.
Please help!!!
I used npm create-react-app to make a web app with firebase backend accessing it through redux-firebase. The web app functions normally on every user device except on iPhone users, both chrome and safari render a blank page.
I've tried stackoverflow, where one fix was changing navigator.language from en-US to en, did not work. Another fix was checking my styling, maybe the text was rendered incorrectly but no, the styling was fine, another was importing fetch as "cross-fetch" everytime fetch was called but that didn't work either. The only time I saw a difference was when I typed a h1 tag and it printed the text. I think materialize.css is not supported on iPhone or redux-firebase does not work on iPhone or am possibly leaving something out in index.js
Any help will be greatly appreciated cause I've been debugging it for about 4 months now! Telling my iPhone users to kindly access the web page from their laptops.
Please help!!!