Is there a way to lock JQM pages in different orientations?
For example I have a five page app. While the first four pages are designed to be shown in the portrait mode, the fifth page is a Highcharts plot that needs to be displayed in the horizontal orientation. I can't use css to rotate container as some of the Highcharts functionality ( tool tip) gets messed up by this.
Is there a way to preset page orientation on the page-by-page bases?
Thank you.