Closed DanielOaks closed 6 years ago
The main content screen be able to be scrolled-back, etc etc. We'll have a page manager with these functions:
pageManager.addPage() pageManager.replaceExistingPage() pageManager.scrollBack() pageManager.scrollForward()
addPage will always scroll to the current page that's getting added.
Very basic version of this added with ab5e004810eb86873fe516dfad50a299160cfb1d
The main content screen be able to be scrolled-back, etc etc. We'll have a page manager with these functions:
addPage will always scroll to the current page that's getting added.