33 comments

[ 3.0 ms ] story [ 74.2 ms ] thread
(comment deleted)
It creates items with japanese twice
Just goes to show how good HTML is for prototyping these days. The github page indicates that it took less than 2 days from start to finish, and hardly anything is missing from the full-fledged app.
As an iOS developer I can tell you that programming the native app does not take that much time either. The complicated part was, I think, to come up with the concept. Clear is having all this success not because is a complicated app full of features, but because it's simple and with interesting concepts that nobody used yet. The app itself is pretty simple to code.
Yet the HTML5 app ends up being multi-platform, whereas the iOS version can only run on an iPhone.
Yet the HTML5 app isn't making money, whereas the iOS version has ~1700 reviews for a paid app. Which are you optimizing for?
I couldn't have said it any better.
(comment deleted)
Clear would have taken at most 1 week (if that) to code up.

It's basically demo-ware.

The HTML5 app is also incomplete and very buggy. I think it's not surprising that the more complex gestures are missing (such as pinch for new item). Additionally it took me about 1 minute to get it into a weird broken state (permanently pulled down). Not saying all this can't be fixed, just saying that assuming 1 week development time and calling it demoware may be more than a little unfair. I seem ro hear that a lot about things and then the only proof you end up seeing is some 80% mockup (billed as a complete reimplenetation) that leaves a lot to be desired.
(comment deleted)
Swipeleft, swiperight, a Zepto thing or an iOS thing?
(comment deleted)
(comment deleted)
I still have a lot to learn...
Very nice. The only problem I have is the choice of the pinch gesture to go back. This completely ruins using the app with one hand.
I agree, but you can actually get away with never using the pinch gesture with Clear - all you need to do is drag the list down far enough for it to go up one level.
can't create items on an iPad. What am I doing wrong?
How is the slowing down of list block after the cross/check image was shown done? Read through the github code, still can't pinpoint the code that does that.
Really cool as a proof of concept on what can be done with just HTML5.

Of course it's not a complete replacement for the native app. Not everything can be done using HTML, such as the pull to create a new task. For that you probably would have to find another way if this was build from the ground up without prior knowledge of the native app.