meditohq / medito-app

The Medito app is a 100% free meditation app built with flutter. The app is available on Android and iOS.
GNU Affero General Public License v3.0
860 stars 105 forks source link

[BUG] Announcement action for rating 5 stars does not respond to tap events. #657

Open hrithikm2 opened 9 months ago

hrithikm2 commented 9 months ago

Describe the bug At the home page of the app, there is an announcement banner that tells user to contribute by providing 5 stars to the app, However, this does not seem to work as nothing happens on tapping the "Give 5 stars" button.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'home'
  2. Wait for the banner to rate app appear.
  3. If it does, tap on "Give 5 stars" button.
  4. Nothing happens.

Expected behavior After tapping on the button, ideally, this should redirect to Play store/AppStore page of the app depending on the OS.

Screenshots photo_2023-12-28 12 14 12

Smartphone (please complete the following information):

Additional context I've checked the code, this seems to be an issue from the Firebase or the backend configuration. The cta action or path once assigned to the button should work.

scouech commented 8 months ago

hmm that's really weird. It works on iPhone, Google Pixel and other Android phones. It's not an issue with the backend. Could you update the app to the latest version? The screenshot shown above is not the latest one. Does it work with the new version? @hrithikm2

Cheers

hrithikm2 commented 8 months ago

Yes, the problem persisted even after I updated the app. I posted the screenshot of a previous version, and realised that thing, quickly updated and checked again. It didn't work. However, now the 30 day challenge action is working as expected. So problem might be related to something that my device does not support. I'll keep testing the actions a bit more and keep note of issues if any.