nspire-emus / firebird

Multi-platform emulator of TI Nspire calculators
GNU General Public License v3.0
665 stars 66 forks source link

[MobileUI] Work around some issues with the initial swipe index #302

Open Vogtinator opened 1 year ago

Vogtinator commented 1 year ago

Sometimes ListView doesn't react to positionViewAtIndex even after completion. Set currentIndex to the drawer works around that.

To avoid seeing the initial state briefly, make it invisible at first.

Additionally, show the config page for the initial setup. This is obviously more user friendly at the beginning, but I wonder whether that makes it less obvious how to get out of the configuration dialog. It would be nice to use the back button, but that appears broken because of https://github.com/nspire-emus/firebird/issues/301 currently.

Needs some testing on Android and Windows at least whether this improves the situation.