aseba-community / thymio-vpl2

Next generation VPL for Thymio using Qt Quick from Qt 5.x
GNU Lesser General Public License v3.0
2 stars 5 forks source link

Should back soft key stop the app #57

Closed stephanemagnenat closed 7 years ago

stephanemagnenat commented 7 years ago

According to https://wiki.qt.io/Qt_for_Android_known_issues:

By default the Back key will terminate Qt for Android apps, unless the key event is accepted. Unfortunately, due to misleading documentation (QTBUG-35155), many applications (including Qt examples) are incorrect, and will block the back key. We recommend making the logic explicit: always accept() the Key_Back event, and quit() the application explicitly if required.

Which behavior do we want for the back key?

stephanemagnenat commented 7 years ago

After adding auto-save (commit 6a82e179e2effce781b93a1d9a9d81c31220f101), this question is not relevant any more.