Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort button not blocked while ActionSheet visible #365

Open
maiertech opened this issue Sep 5, 2024 · 0 comments
Open

Sort button not blocked while ActionSheet visible #365

maiertech opened this issue Sep 5, 2024 · 0 comments
Labels
Bug Something isn't working

Comments

@maiertech
Copy link
Member

Description

On iPhone, the sort button can be tapped again while the ActionSheet is open. This causes a flicker.

Hardware Specification

n/a

Steps to Reproduce the Bug

This bug cannot be reproduced with pnpm tauri dev. Run pnpm tauri ios dev (to run UniMe on device) or pnpm tauri ios dev 'iPhone 15' to launch the simulator.

  1. Navigate to /me route.
  2. Tap on sort button. Wait until ActionSheet displays.
  3. Tap on the sort button again.
  4. You should see a flicker while UniMe tries to render a second ActionSheet.

Actual Behaviour

sort-button-bug

Expected Behaviour

The sort button should be blocked until ActionSheet is not visible any more.

Errors

n/a

@maiertech maiertech added the Bug Something isn't working label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

1 participant