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

Zapping and reply buttons not working on iPhone 7 #656

Closed
codyellingham opened this issue Nov 27, 2023 · 2 comments
Closed

Zapping and reply buttons not working on iPhone 7 #656

codyellingham opened this issue Nov 27, 2023 · 2 comments
Labels

Comments

@codyellingham
Copy link

Description
On iPhone 7 "Reply" and Zap buttons are not clickable and do not work. Profile page stacker.news email addresses are also not clickable. There may be other things not working either.

Steps to Reproduce
Go to any thread with this device to reproduce.

Expected behavior
Should be able to reply and zap.

Screenshots
N/A

Logs
If applicable, add your browsers console logs.

Environment:
If you only experience the issue on certain devices or browsers, provide that info.

  • Device: iPhone 7
  • OS: iOS 15.8
  • Browser: Brave

Additional context
Other users have reported this same issue:
https://stacker.news/items/328115/r/chungkingexpress

@huumn
Copy link
Member

huumn commented Dec 3, 2023

Looks like the issue is the introduction of a negative lookbehind regex that gets imported clientside here: 4596681#diff-3eff69e418390369141bd57d667eac6fddec3c7ed0d4fb1526ba572e9fea159f

Older versions of safari and probably other browsers don't support negative lookbehind.

@huumn
Copy link
Member

huumn commented Dec 5, 2023

Pushing a fix for this now. Please reopen if the issue continues.

@huumn huumn closed this as completed Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants