Reactjs – Why is this window object null on my iphone?
Alright, so I have a game in React. When the user losers in this game, a new window pops up. const lossWindow = window.open( "", "", "width=500, height=300, top=200, left = 200" ); lossWindow.document.write( '<img style = "width: 40%" src…