Link to home
Start Free TrialLog in
Avatar of WestCoast_BC
WestCoast_BCFlag for Canada

asked on

How do I debug my site so that it works on all screen sizes

I am trying to get my website to look good on various devices. If I use the emulator in the developer tools in Chrome my site seems to work. However, when I view my site on a phone or iPad it does not behave correctly. My website uses Coldfusion and jQuery
Avatar of Andrew Porter
Andrew Porter
Flag of United States of America image

You probably need to adjust your hard stops for different screen sizes (aspect ratios) in your code.
https://helpx.adobe.com/coldfusion/mobile-application-development/device-detection.html
Avatar of WestCoast_BC

ASKER

I have put in code that is supposed to handle different screen sizes. When I use the emulator my site works fine. But on my iPad, for example, it behaves differently. I am trying to figure out how to debug my site on an iPad so I can try and figure out what it is doing differently

ASKER CERTIFIED SOLUTION
Avatar of Eoin OSullivan
Eoin OSullivan
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial