Select to view content in your preferred language

LocateButton widget with dojox.mobile error

442
0
01-31-2014 05:19 AM
RobertHauck
Deactivated User
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?
0 Kudos
0 Replies