josephrocca / OpenCharacters

Simple little web interface for creating characters and chatting with them. It's basically a single HTML file - no server. Share characters using a link (character data is stored within the URL itself). All chat data is stored in your browser using IndexedDB. Currently supports OpenAI APIs and ~any Hugging Face model.
https://josephrocca.github.io/OpenCharacters
MIT License
364 stars 60 forks source link

[Enhancement] Zoom in mobile #67

Closed augustobob closed 9 months ago

augustobob commented 9 months ago

Hello, I would like to suggest an improvement in the use of the page. When I'm using it on my phone, the page zooms in on the text box, and it requires a pinch gesture to undo the zoom. It's possible to work around this behavior in several ways, as described on this page https://weblog.west-wind.com/posts/2023/Apr/17/Preventing-iOS-Safari-Textbox-Zooming . I hope you can consider my suggestion.

josephrocca commented 9 months ago

Thanks! Please let me know whether this is fixed - I don't have a safari device to test

augustobob commented 9 months ago

It's no longer zooming in the textbox, thanks for the quick improvement.