I'm building a site that has a fixed dojox.mobile.TabBar at the bottom of all views. I need a couple of my views to be dojox.mobile.ScrollableView. I get an error in http://serverapi.arcgisonline.com/jsapi/arcgis/2.8compact/js/dojo/dojox/mobile/parser.xd.js when I try to add one (Uncaught TypeError: Cannot read property 'prototype' of undefined parser.xd.js:8) .
I could not find a sample or example of anyone using a ScrollableView using 2.8 compact. Is it possible? Do I need to dojo.require something?