Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kerrishotts
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
kerrishotts
14y ago
Probably doesn't help you if your using Android, but on iOS, the Agenda app is quite nice. Prior to that I used Easy calendar and Calengoo.
2.
▲
by
kerrishotts
14y ago
Just an FYI -- this killed my Virtual Box install the last time i tried it. Uninstalling HAXM fixed it all, but having Virtual Box was more important than the Intel images, so I left it uninstalled.
3.
▲
by
kerrishotts
14y ago
Feels like they aren't taking window.devicePixelRatio into account so that they end up with a legitimately retina-sized canvas... My canvases were always blurry like this until I took dpr into account.
4.
▲
by
kerrishotts
14y ago
They make a /huge/ difference, especially if you stay within the tile size. In fact, using translate3d and CSS animation is pretty much the only way to get smooth animation - if you do it with pure JS (setting left/top styles), things get v
5.
▲
by
kerrishotts
14y ago
PhoneGap is getting better with every release, and it isn't too hard to make a nice, functional app. The promise of cross-platform holds only for so long - until either a plugin doesn't exist for the platform or a platform-specific glitch g
6.
▲
by
kerrishotts
14y ago
I agree -- it is exceptionally difficult to create the look and feel just right in HTML5, CSS3, and JS. I swear that there's an "uncanny valley" for look and feel. To me it is better to bring over some of the "ios"-isms without duplicating
7.
▲
by
kerrishotts
14y ago
One thing I didn't notice, but is important in stoping overscroll is to se the UIWebViewBounce property in Cordova.plist to NO. This ensures you don't have to worry about things like ScrollFix which almost-but-not-quite-solves the same issu