Background On the home screen of my app, I display a list of location-based content. So when the app loads, I get the users’ location and then pass that to the backend to retrieve the relevant content. I had been developing and testing in the browser as well as my Android device and had never…