I am trying to use GeoLocation.
Currently I fire this on the appear event of the first page.

__getPosition : function() {
      var geoLocation = qx.bom.GeoLocation.getInstance();
      var pos = geoLocation.getCurrentPosition();
      this.debug("position: " + qx.lang.Json.stringify(pos));
}

This gives me position: undefined
It's a mobile app.

Can anybody help me?
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to