Hi im new to mobile app development and bumped into fuse and i like wow!!! already tried some like Android Studio, Swift…Meteor but my brain cant handle it hahaha
we have a news feed app in our examples, too. It only covers a part of what you say you have already implemented, so it probably won’t be of big help, but will at least help you validate your approach.
As for the 2 issues you outlined:
Slow scrolling: you should split large articles in paragraphs (in an array in JavaScript) and stitch them back together using Each inside of a StackPanel or WrapPanel. Rendering and animating large Text elements is expensive.
ScrollView stays at the bottom: since Fuse reuses page templates, it’s expected behaviour. You could add some code to the single-article-page that explicitly tells the ScrollView to go up, like so: