**** BEGIN LOGGING AT Fri May 29 02:59:59 2015 May 29 04:49:02 summatusmentis, are you saying you were able to use the HTML5 geolocation API with a version of Enyo prior to 2.5? May 29 04:50:18 I recently added a test of the HTML5 geolocation API to Testr, and the callback is never called. I assumed we hadn’t hooked up the API yet. May 29 04:50:36 Getting a geolocation via the PalmBus does work in Testr May 29 04:52:38 Sorry wrong channel. summatusmentis, try running the Testr app in the browser where the HTML5 Geolocation API is failing for you. It should work. May 29 04:54:17 DougReeder: I was using the HTML5 geolocation API in 2.2, and it works fine in 2.5 also, i'ts just that enyo.Application doesn't seem to call the rendered() function May 29 04:54:43 Oh. May 29 04:55:22 like, pure HTML API, nothing enyo beyond enyo.bind for the callbacks May 29 04:56:20 I’m not really sure what’s going on with the enyo.Application kind, nor why it wouldn’t call rendered. May 29 04:57:02 me neither, but moving the rendered() function (and callbacks) into the MainView worked fine May 29 04:57:31 The issue may be that Application is a Component, not a Control. May 29 04:58:19 I haven't kept up with anything that has happened between 2.2 and 2.5 beyond the high-level things May 29 04:58:35 but you may be right, App.js was probably a Control May 29 05:00:28 Neither the API docs nor the the change docs address *why* an enyo.Application would be useful. May 29 05:00:58 nope but bootplate defaults that way, so I left it May 29 05:01:04 * DougReeder nods May 29 05:01:44 I was just on an out-of-date version, wanted a little bit of the newer functionality, so, just decided to upgrade May 29 05:02:07 Heh. May 29 05:02:59 the Router stuff is nice, and I'm kind of intrigued by the binding/data sources stuff, I just need to figure out how to use it May 29 05:03:55 The data-driven stuff is convenient, but still in flux. May 29 05:04:25 And there are things like DataList not supporting swipes like List does. May 29 05:05:23 meh, I don't particularly care about swipes May 29 05:06:13 does that mean don't transition everything that way? May 29 05:07:44 Re: getting an Enyo webapp running as a Chrome app: the issue is that Chrome apps are prohibited from doing synchronous XHR, and the dynamic version of ilib used in enyo-ilib uses synchronous XHR all over the place. May 29 05:10:31 Well, I hope the functionality that’s well-documented won’t change much. But I understand there are more changes in store. May 29 05:12:06 So, I may need to switch from the dynamic version of ilib to the static version. Does anyone know if that eliminates the need for zoneinfo.js and packedbuffer.js? **** ENDING LOGGING AT Sat May 30 02:59:59 2015