pinafore/src
Timo Tijhof 9ce900c767 fix: Avoid autocapitalize keyboard for instance name (#1653)
* fix: Avoid autocapitalize keyboard for instance name

On iOS Safari (possibly other browsers as well), auto-capitalization is enabled
even for input fields with inputmode=url.

In my testing, the inputmode attribute is working supported and working (in so
far that iOS does consider it and and provides me a keyboard optimised for URL
inputs, with quick buttons for slash and .com etc).

The autocapitalize is supported on Safari, per:
https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/Attributes.html#//apple_ref/doc/uid/TP40008058-autocapitalize

Fixes https://github.com/nolanlawson/pinafore/issues/1652.

* fix: Avoid spell check on Instance name field

Checking of spelling and grammar and automatic corrections thereof
are likely unwanted when entering the instance domain/URL.
2019-11-23 23:42:38 -08:00
..
build fix: fix grayscale in firefox (#1261) 2019-06-01 15:51:46 -07:00
inline-script fix: use small modules for userAgent.js instead of terser magic (#1602) 2019-10-24 20:37:23 -07:00
routes fix: Avoid autocapitalize keyboard for instance name (#1653) 2019-11-23 23:42:38 -08:00
scss fix: remove iOS sticky workaround (#1556) 2019-10-08 05:59:45 -07:00
server fix: fix lint 2019-08-19 20:23:58 -07:00
static perf: Further optimize used SVGs (#1603) 2019-10-27 10:08:03 -07:00
thirdparty/font-awesome-svg-png perf: Further optimize used SVGs (#1603) 2019-10-27 10:08:03 -07:00
client.js fix: fix regenerator error in legacy mode (#1605) 2019-10-27 11:11:57 -07:00
server.js fix: use static server for node server.js (#1041) 2019-02-23 16:09:48 -08:00
service-worker.js fix: use small modules for userAgent.js instead of terser magic (#1602) 2019-10-24 20:37:23 -07:00