Hello, for my localWeather app, everything works fine when I'm on my pc (I've tested this using both Chrome and Firefox, in both my Host OS and Ubuntu Guest OS in Virtualbox).
However, when I open up chrome on my android phone and visit my localWeather pen in CodePen, the JSON data that I pull from FCC's weather api does not replace the text on the page (i.e. Location
, Temperature
, Forecast
, and Weather Icon
). Can anyone help me understand why?
Also, I am trying to debug this in my android phone. I followed the steps found here, but it did not work as the chrome browser from my laptop did not detect my phone. Anyone know a workaround to this?