The other day someone told me that my Keyoxide isn't working. They said it's stuck looking up keys. When we took a closer look it turned out JavaScript was disabled in their browser. So please add a message telling users that they need to enable JavaScript.
Implementing this is using <noscript>-tags is super easy. eg:
<noscript>
<p>Keyoxide requires JavaScript to function</p>
</noscript>
The other day someone told me that my Keyoxide isn't working. They said it's stuck looking up keys. When we took a closer look it turned out JavaScript was disabled in their browser. So please add a message telling users that they need to enable JavaScript.
Implementing this is using `<noscript>`-tags is super easy. eg:
```
<noscript>
<p>Keyoxide requires JavaScript to function</p>
</noscript>
```
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/noscript
Good catch, thanks! Fixed in commit https://codeberg.org/keyoxide/web/commit/a2afafa0889ceb476047f69b19dd641b36ce487e
Will be released tomorrow with 2.4.0
The other day someone told me that my Keyoxide isn't working. They said it's stuck looking up keys. When we took a closer look it turned out JavaScript was disabled in their browser. So please add a message telling users that they need to enable JavaScript.
Implementing this is using
<noscript>
-tags is super easy. eg:https://developer.mozilla.org/en-US/docs/Web/HTML/Element/noscript
Good catch, thanks! Fixed in commit
a2afafa088
Will be released tomorrow with 2.4.0
Awseome thanks. And thanks for building keyoxie. I really appreciate it.