I have a ul on a page with data-role='listview' however it is not being initialized by jQuery Mobile to be a listview when the page loads normally or thorough jQM's ajax refresh.
If it helps I'm using rails 3 and haml. The line in question is
%ul{:data => {:roll => 'listview', :inset => 'true'}}
I'm using jQuery 1.7.2 and jQuery Mobile 1.1.0.