stephane-r / HoloPlay

React-Native app using Invidious API for listening Youtube audio source.
https://holoplay.io
MIT License
174 stars 7 forks source link

Swipe to open settings window conflicts with gestures control #162

Closed user9931 closed 2 years ago

user9931 commented 2 years ago

I'm using gestures instead of buttons (as many users do) and spend some time to understand how to change settings until switched from "Navigation Gestures" to "Back, Home, Recent" buttons in Android settings.. Because swipe to left / swipe to right is working like "back" button

Please add a button to open the settings

montvid commented 2 years ago

It's good that there are no real settings to set at the moment so it is not that annoying.

stephane-r commented 2 years ago

Hey @thehotery

I'm not sure understand, is the access to the settings in the left menu ?

montvid commented 2 years ago

Yes, one has to swipe left to access the menu. Sometimes it triggers the back button instead.

stephane-r commented 2 years ago

Yes, one has to swipe left to access the menu. Sometimes it triggers the back button instead.

Okkk, Indeed 😄

stephane-r commented 2 years ago

Hey :)

I've remove the Drawer menu and add 2 button actions (like Spotify) on the dashboard. I've update the Settings screen too.

Dashboard

The first button navigate to the Invidious Instances screen. The second on the Settings screen.

Settings

This update is available on the next release :smile:

Thank you ! I hope that you will like it :+1: