I'm trying to get the LocateButton widget to work with dojo mobile. I get an "object is not a function" error on geoLocate = new LocateButton({
map: map
}, "LocateButton");
geoLocate.startup();
when dojox.mobile is required. Is it possible to get the widget to work with dojo mobile?