JQM 1.3.0 listview mobile scroll behavior on desktop

JQM 1.3.0 listview mobile scroll behavior on desktop

I need a mobile-like, inertial touch scroller for use on a desktop and mobile app.  The desktop app is on a touch screen, so I want the mobile scrolling applied to it as well. (no visible scrollbar).

I have a Panel on the left that contains a listview.

<ul id="loclist" data-scroll= "true" style= "overflow: scroll;data-role="listview" data-autodividers="true"    data-inset="true"  data-filter="false" data-theme="c"></ul>

How do I force mobile behavior when the page loads into a desktop browser?

Thanks,

Don