/OnsenUI-Todo-App

Onsen UI 2.0 To-Do sample application implemented in Vanilla JavaScript.

Primary LanguageJavaScriptMIT LicenseMIT

OnsenUI-Todo-App

Onsen UI 2.0 example To-Do app implemented in Vanilla JavaScript.

Try it here: http://frandiox.github.io/OnsenUI-Todo-App - actually here https://abulka.github.io/OnsenUI-Todo-App/

Tutorial: https://onsen.io/blog/auto-style-app-onsen/

ANDY notes

The scrolling of the entire UI when drag down can be turned off by using the <script src="inobounce.min.js"></script> script, however this disables the elastic scroll down of the TODO list iteself, which helps to show that you are at the top of the list and there is nothing above - like pull to refresh.

Possibly an acceptable compromise.