firebase / codelab-friendlychat-web

The source for the Firebase codelab for building a cross-platform chat app

Home Page:https://firebase.google.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Buttons don't work on Chrome or Safari on iOS

sherifomar opened this issue · comments

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://friendlychat-1234.firebaseapp.com/ from Chrome or Safari on iOS 14.5
  2. Click on sign in, or try to send a message
  3. Nothing happens. After you try 4 or more times it sometimes works.
  4. Works fine on desktop

@sherifomar yikes! This does seem to be true, thank you for reporting this.

commented

I believe it has to do with how mobile Safari handles click/submit events, because the buttons fire reliably if you double tap them. I found this Stack Overflow answer where people were having a similar problem. Will look into this more

commented

I believe it's caused by this issue in the UI library we're using: google/material-design-lite#5281

any updates on this?