I have a split view controller-based iPad app that uses a Web View to load a jqTouch web app.
In portrait mode it looks fine, but in landscape mode (regardless of which orientation the app was launched in), the jqTouch page is wider than the viewport.
Is there a setting I can tweak (preferably via a call to stringByEvaluatingJavascriptFromString:
) in the jqTouch view to get it to resize properly?