2015
2014
Former Microsoft Engineers Launch Pixotale, A Social Networking App For Visual Storytelling | TechCrunch
by sbrothierA pair of ex-Microsoft engineers, Robert Mao and Haitao Li, have launched what they describe as a new social network based around photos and videos with Pixotale, an app that aims to re-imagine long-form storytelling for the mobile era.
2013
2011
iScroll 4
by srcmax & 1 otheriScroll 4 is a complete rewrite of the original iScroll code. The script development began because mobile webkit (on iPhone, iPad, Android) does not provide a native way to scroll content inside a fixed width/height element. This unfortunate situation prevents any web-app to have a position:absolute header and/or footer and a scrolling central area for contents.
Native style momentum scrolling to arrive in iOS 5 · Johan Brook
by srcmaxOne of the biggest gripes of web apps in Mobile Safari comes to an end. In iOS 5 Beta 2, you are able to do this on an element with CSS:
overflow: scroll;
-webkit-overflow-scrolling: touch;
And the content inside that element should get native style momentum scroll. Just like any other app in iOS.
1
(5 marks)