My website has Javascript code that executes perfectly on desktop and android browsers, but won’t execute properly on any iOS browsers. Why is this and what are some of the Javascript discrepancies between iOS, Android and Desktop browsers that i should look out for when writing javascript code so that it will work on all browsers?
The Javascript still runs but it misses crucial functions/code which otherwise work fine on other devices. I can’t pinpoint where in my code it stops working because of that. My javscript is ES6 and uses webpack and firebase.
Any help would be appreciated.




