felixbade / assistant

Web UI for ChatGPT API. No back-end, mobile-friendly, continuously user-tested
https://assistant.bloat.app
ISC License
125 stars 25 forks source link

Multi-line prompts don’t work on iOS Safari #66

Open felixbade opened 1 year ago

felixbade commented 1 year ago

What happens: when you press return, the message is sent.

Expected: pressing return adds a new line to the prompt. Only pressing the Send button will send the message.

Pressin return should only send the message on desktop / physical keybord, where the shift key is also available

felixbade commented 1 year ago

Workaround: pressing shift on iOS Safari works as well. But it’s not intuitive, like on desktop.

felixbade commented 1 year ago

https://stackoverflow.com/questions/18880236/how-do-i-detect-hardware-keyboard-presence-with-javascript

felixbade commented 1 year ago

Related: enterkeyhint="send" https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/enterkeyhint