betterangels / buoy

:sos: A community-based crisis response system. Because friends don't let friends call the cops. :fire::police_car::fire:
https://betterangels.github.io/buoy/
GNU General Public License v3.0
71 stars 23 forks source link

Send button not completely visible #162

Open christyleos opened 8 years ago

christyleos commented 8 years ago

Once user typed in their message and clicked done on the keyboard, they expected the chat area to zoom back out and for the button to be completely visible.

Actual Results

When user clicked done on the screen keyboard, they only saw part of the send button.

Workarounds

User squeezed their smartphone screen with their fingers so it manually zooms back out

fabacab commented 8 years ago

User squeezed their smartphone screen with their fingers so it manually zooms back out

Oops, it sounds like either:

In either case, we should adjust the viewport options on the chat template to handle this, so that zooming doesn't get confusing. There's no need to zoom on this screen in mobile view anyway. I.e., it might be as simple as disallowing the user-scalable option. See "Using the viewport meta tag" for details.