Responsive listview grid - Disable Ajax
I use the responsive grid widget in my app and as I navigate the pages, many times I find that the page displays in a narrow form-factor in spite of being on an iPad. Tapping the Refresh button on the Safari URL bar fixes the issue (changes listview to tiles).
I am thinking the media queries that implement the responsive views are getting confused as various pages are getting loaded/unloaded from the DOM.
Is there a way to globally disable AJAX so that pages are loaded like on a desktop browser and the browser URL bar shows the real URL instead of appending the current page after the #?
Thanks