How can I use hyphenation in Google Chrome browser?

cypher75 picture cypher75 · Aug 19, 2015 · Viewed 39.2k times · Source

I use the following css to auto hyphen text in my website:

-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;

But in chrome this has no effect. I already read, that chrome doesn't support this. Is there any workaround for hyphenation in chrome? Thanks!

Answer

kaosmos picture kaosmos · Dec 9, 2015

Hyphenation is currently supported on Chrome only on Android and macOS (and only the "auto" value), as you can see here: http://caniuse.com/#search=hyphens

I used Hyphenator too, as suggested by Eric.