fmaclen / hollama

A minimal web-UI for talking to Ollama servers
https://hollama.fernando.is
MIT License
320 stars 27 forks source link

Can't copy messages/code blocks on mobile #84

Closed fmaclen closed 2 months ago

fmaclen commented 2 months ago

image

fmaclen commented 2 months ago

Decided to hide the button on mobile because we can't run this function for security reasons:

    function copyContent() {
        navigator.clipboard.writeText(content);
    }

That being said, I think they are workarounds but we can come back to this issue later.

fmaclen commented 2 months ago

:tada: This issue has been resolved in version 0.3.4 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: