reacts on ios are grayed out and cannot be used #22

Closed
opened 2022-07-22 09:57:35 +00:00 by toast · 5 comments
Owner

Not entirely sure how to debug that, but let's see if I can figure it out.
I'll also test in safari ig?

Not entirely sure how to debug that, but let's see if I can figure it out. I'll also test in safari ig?
toast self-assigned this 2022-07-22 09:57:35 +00:00
Author
Owner

Yeah that makes things a lot easier - it's also borked on desktop safari.
That means it's a webkit quirk (or rather chrome has a quirk around it).

Yeah that makes things a lot easier - it's also borked on desktop safari. That means it's a webkit quirk (or rather chrome has a quirk around it).
Author
Owner

Ok so the issue is that there is an element that looks like so that covers the reacts (so the click doesn't go through):
<header class="_acrylic" data-v-f6f14d91="">Custom Emoji</header>

If I remove it via inspect element, reactions become available again.

Ok so the issue is that there is an element that looks like so that covers the reacts (so the click doesn't go through): `<header class="_acrylic" data-v-f6f14d91="">Custom Emoji</header>` If I remove it via inspect element, reactions become available again.
Author
Owner

Looks like it's the _acrylic class that creates the issue.

Looks like it's the `_acrylic` class that creates the issue.
Author
Owner

src/components/emoji-picker.vue:59 is the header and it is indeed the class.

`src/components/emoji-picker.vue:59` is the header and it is indeed the class.
Author
Owner

The source of the issue is 10d401afc2
I will revert it for now.

The source of the issue is 10d401afc22e2563a4dfba96b511ac0ea5122850 I will revert it for now.
toast closed this issue 2022-08-17 18:39:19 +00:00
Sign in to join this conversation.
No labels
feature
fix
upkeep
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: FoundKeyGang/FoundKey#22
No description provided.