I can totally relate with your comment. I've found myself converting from web to native as well. Mostly because webkit is still slow for UI operations like resizing elements that require some Javascript to be processed and so on.
The downside of this is that you start to have lots of subclassed objects just for a gradient or slide-up/down animation that you could do with 2 or 3 lines in js or css.
I wish someday simple view design could be done in html/css and leave the logic and core functionality to the native language instead.
The downside of this is that you start to have lots of subclassed objects just for a gradient or slide-up/down animation that you could do with 2 or 3 lines in js or css.
I wish someday simple view design could be done in html/css and leave the logic and core functionality to the native language instead.