galene icon indicating copy to clipboard operation
galene copied to clipboard

Smartphone and chat button

Open jjsarton opened this issue 1 year ago • 7 comments

The chat symbol is placed via css 30px at the right. On some circumstance, dependant from used smartphone, the close video and chat symbol overlap a little bit. Increasing the css value to .collapse-video { right: 70px; } fix this.

See screenshot below:

Screenshot 2024-11-16 at 10-22-26 Aps

If the value for the placement at the right value is modified as stated above the chat button will be placed below the Mike symbol.

If we have: ".collapse-video { right: calc(100vw - 48px); }" the chat symbol will be placed at the left of the video cantainer.

jjsarton avatar Nov 16 '24 09:11 jjsarton

Do you want to send a pull request, so that you can be properly credited in the git history?

jech avatar Nov 16 '24 11:11 jech

I don't need to be credited.

jjsarton avatar Nov 16 '24 11:11 jjsarton

Fixed in 6f6cce94fae7d06a900f2388673d50a1c6f9c7c4, thanks.

jech avatar Dec 01 '24 13:12 jech

Hi @jech I still cannot see the chat button when connecting via my mobile phone. I tried it on your demo. I sent a message and on my mobile I was not able to see it. It becomes visable when I deactivate the video. It seems the video is covering the chat

TheNomad11 avatar Mar 01 '25 19:03 TheNomad11

Yes, the mobile version needs work. Could you please file an issue?

jech avatar Mar 01 '25 20:03 jech

done! https://github.com/jech/galene/issues/255

TheNomad11 avatar Mar 01 '25 20:03 TheNomad11

I've reverted this patch, since it caused the chat button to disappear, as indicated in #255.

jech avatar Mar 08 '25 17:03 jech