heylinda / heylinda-app

The open source and free meditation app alternative for everyone. Built with React Native and Expo.
https://heylinda.netlify.app
GNU Affero General Public License v3.0
672 stars 164 forks source link

Cache playback progress #48

Closed trentmercer closed 3 years ago

trentmercer commented 3 years ago

When a meditation is played, the current timestamp of the audio should be cached or saved. That way, when resuming that meditation, the user will start the playback where they left off instead of at the beginning.

watadarkstar commented 3 years ago

Does this not happen already? Can you provide more details with reproduction steps? I highly recommend filling out our full bug report template so it's easy for people to understand the bug. I'm not sure I fully understand. Is this when you press pause and then play?

trentmercer commented 3 years ago

I should've been more clear, i'll add more detail when I can

to reproduce:

The meditation starts from time 0:00 instead of wherever we left off

watadarkstar commented 3 years ago

Thanks @trentmercer 👍

Hmmm if you navigate to the home screen and come back I would expect that the meditation starts at 0:00 again because you left. Isn't that what most other meditation apps do? If you navigate away, you have to start over?