As I work on my portfolio website using only HTML 5 without any JavaScript, I encountered an issue with the about page not functioning properly on iPhones. There seems to be a problem with scrolling as some elements are fixed and do not move along with the rest of the content. Since I don't have access to an iPhone, I am wondering if there is a way to simulate iOS on a computer in order to debug the page. Additionally, I am curious if there is a tool similar to "inspect element" in Chrome that can be used on iOS Safari for debugging purposes. If such a tool does not exist, what other methods can I use to identify why the browser is rendering incorrectly on the phone? I have validated my code and it should be working correctly, so this issue is perplexing!