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

Clicking on items in mobile navigation bar (Inbox, Spaces and Profile) sometimes not being clicked #2350

Closed
elatif2020 opened this issue Nov 27, 2023 · 2 comments · Fixed by #2375
Assignees
Labels
bug Something isn't working high priority V [dev] verified on dev enviroment V [production] verified on production enviroment

Comments

@elatif2020
Copy link
Collaborator

elatif2020 commented Nov 27, 2023

On iphone
On mobile (also should fix it for v04)
Probably related to hover behavior

@elatif2020 elatif2020 added bug Something isn't working Priority - A labels Nov 27, 2023
@roienatan
Copy link
Collaborator

Part of the problem is related to hover effects on touch devices that we need to disable globally. Seems like our current logic doesn't work: (src/index.scss line 207)

/* Disable hover effects globally when using a touch device */
@media (hover: none) {
  * {
    :hover {
      opacity: unset !important;
    }
  }
}

@elatif2020
Copy link
Collaborator Author

Part of the problem is related to hover effects on touch devices that we need to disable globally. Seems like our current logic doesn't work: (src/index.scss line 207)

/* Disable hover effects globally when using a touch device */
@media (hover: none) {
  * {
    :hover {
      opacity: unset !important;
    }
  }
}

@MeyerPV fyi

@roienatan roienatan changed the title Click on spaces from inbox doesn’t go and makes icon invisible instead Clicking on items in mobile navigation bar (Inbox, Spaces and Profile) sometimes not being clicked Nov 30, 2023
roienatan added a commit that referenced this issue Dec 5, 2023
Clicking on items in mobile navigation bar (Inbox, Spaces and Profile) sometimes not being clicked #2350
@NoamQA NoamQA added the V [dev] verified on dev enviroment label Dec 19, 2023
@NoamQA NoamQA added the V [production] verified on production enviroment label Jan 11, 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 high priority V [dev] verified on dev enviroment V [production] verified on production enviroment
Projects
None yet
4 participants