**** BEGIN LOGGING AT Tue Mar 05 02:59:58 2013 Mar 05 16:13:35 Would the forums or the dev mailing list be the best spot for reporting a crash report for the Sample App Mar 05 16:13:43 can consistently reproduce the crash Mar 05 16:16:28 pmarsh: there is a issue tracker too https://enyojs.atlassian.net/secure/Dashboard.jspa Mar 05 16:19:02 katratxo: thanks Mar 05 16:26:34 We're looking to build an internal app for a small department that we know will be using iPad 4's. Since we are so focused on one platform are there any workarounds that might make Enyo more cross-platform friendly but cause performance issues on iOS? Mar 05 17:15:47 pmarsh: the scrollkind should be set 'right' for the platform you're using. at least, it can make the app look smoother. Mar 05 17:17:53 and i'd *guess* that using phonegap would introduce *some* extra lag versus a native library. the same probably goes for using objective-c instead of javascript. though, unless it's some cpu-intensive thing, i doubt you'll really notice it unless you start optmizing. Mar 05 17:18:06 ( ^ to my limited knowledge ) Mar 05 18:32:25 madnificent: thanks, I'm expecting the phonegap slow downs. Mar 05 18:32:26 https://github.com/enyojs/enyo/commit/548c27bf752bfd1d7ff1e5874787018f17a201c1#commitcomment-1858050 Mar 05 18:33:44 I was looking at that and wondering if I didn't need the scroll events, which I'm taking a quick leap in assuming are for Lazy-loading more elements, I'd be better making a change to include the native -webkit-overflow-scrolling:touch Mar 05 18:39:19 pmarsh: i'd try to build first, then see if you need to optimize. it'll most likely behave nicely as it is. and some things can be switched on a per-app basis so you don't lock yourself anyways (as IIRC with the scrolling). Mar 05 18:40:00 pmarsh: premature optimization will likely make you miss the target... and that's just sad :/ (then again, if you know it's doing to be resource intensive and you've benchmarked, go ahead and optimize) Mar 05 18:51:23 madnificent: ha I've fallen into the premature opt trap before. I'm just doing some digging. It runs quite well on an iPad 1 Mar 05 18:51:32 a 4 should be blazing fast Mar 05 18:51:47 cool :D Mar 05 18:51:57 * madnificent once ran in the other trap Mar 05 18:52:04 thanks for the insight Mar 05 20:12:40 hey guys Mar 05 20:13:07 how hard would it be to implement a PDF viewer for webOS that uses pdf.js? Mar 05 20:13:26 The demo seems to load fine on my Pre3 Mar 05 20:13:42 (I would probably wrap it in some Enyo controls) Mar 05 23:46:55 anyone using ares 2? **** ENDING LOGGING AT Wed Mar 06 02:59:58 2013