Debugging on iOS safari

Mehras1991

I'm making my portfolio website and I'm using pure HTML 5 no .js the about page doesn't work on iPhone and doesn't scroll everything together some of the elements positions are fixed and don't scroll. I don't own an iPhone but is there anyway to simulate the iOS on computer so I can debug the page? And is there such a tool like "inspect element" in chrome on the iOS safari? If not how can I debug and find how the browser is rendering wrong on the phone? Cause I validated my code and it's supposed to work, but its not!

Kampai

You can simulate iOS using Xcode and Mac OS.

And for the debug purpose there is no inspect element in Simulator. Yes you can take a help of Accessibility Inspector

In the Simulator >> Go to Settings >> General >> Accessibility

Turn on Accessibility Inspector - This will help you to inspect different elements.

enter image description here

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related