You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mxsasha: I have a patch for this now, I would like to know what you think of making such a change.
It would need some extensive browser testing to be sure (note I also change the embed code).
To get a nice contextual keyboard on mobile devices¹, we could use
<input type="url"
in combination with<form novalidate>
.To test properly.
Bash one-liner to change the code base:
Update: removed the CSS frontend path, since it doesn't need patching,
input[type="url"]
is already in the stylesheet:Internet.nl/frontend/css/style.css
Lines 629 to 636 in 2e00d1e
¹ e.g. types of iOS keyboards:

The text was updated successfully, but these errors were encountered: