reactive-retro / retro-app

The Ionic app that runs the game.
GNU General Public License v3.0
1 stars 3 forks source link

investigate back button doing something #41

Closed seiyria closed 8 years ago

seiyria commented 8 years ago

currently there is a global override, but users expect it to quit the app

it should also close modals where possible

definitely it should close round results - try to factor round result closing into the next update (see if it's possible to only bind and unbind an event to this as necessary?)