NewcastleRSE / dolfin-flutter

The Flutter-based app for the Dolfin Project
1 stars 0 forks source link

“Back” and “Skip” links in the Help section not responsive #104

Closed mdsimpson42 closed 1 year ago

mdsimpson42 commented 2 years ago

Not sure if this can be easily fixed...

mdsimpson42 commented 2 years ago

Investigated, but I can't find a reason why it becomes unresponsive. It seems to be not accepting input, rather than a problem with the code that is executed by onTap...

mdsimpson42 commented 2 years ago

It's using built-in Flutter PageView, and PageController objects. I can't work out why it keeps going unresponsive and suspect that we can't fix it without reimplementing the entire page.

mdsimpson42 commented 2 years ago

It only really seems to happen when you press "skip" and then try to go back again, so shouldn't affect too any users!