I created a smartphone interface on my site in CF and javascript. It seems to work great on the smartphones I have tested. The problem is that it is a vertical alignment with horizontal images rotated 90 deg ccw and so the site has some photos that the phone must be turned cw to maintain image size and proportions.
I used this code to get the browser size and create the site to fit:
window.location.href = "1.cfm?Wth=" + size.width + + size.height + "";
Is there any way I can instruct either the phone or browser not to auto rotate? Preferrably with javascript.