iakmds / librecamera

A free and open source camera app for Android written in Flutter and Dart
https://f-droid.org/packages/com.iakmds.librecamera/
GNU General Public License v3.0
278 stars 27 forks source link

Perhaps a stupid question how to quit the app ? #7

Closed Npa972 closed 1 year ago

Npa972 commented 1 year ago

After opening the app i cannot close it (no menu to go back or close).

iakmds commented 1 year ago

Hi there,

I suppose you are talking about the missing navigation bar at the bottom of the screen. On Android, you typically press the navigation buttons. However, when the app is full screen like in this case, they are hidden so that the camera app gets as much screen estate as possible. You can drag up from the bottom to make the buttons visible again and simply use the back or home button.

Does this help you? If not, don't hesitate to ask further questions.

Npa972 commented 1 year ago

Thanks, no problem it's working as you said !

iakmds commented 1 year ago

Awesome!

This will be the first closed issue on this repo, congrats :)