How can I use hyphenation in Google Chrome browser?

cypher75

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!

kaosmos

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.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How can I use selenium or appium to automate chrome browser on android?

How can I use jQuery in Greasemonkey scripts in Google Chrome?

How can I make Google Chrome's App Mode open external links in an external browser?

How can I set Google Chrome Canary as the default browser on Windows 8?

How can I make Google Chrome shortcut in windows 8 actually open in a browser rather than a restricted viewer

How can I import/export bookmarks from chrome and use in another browser?

How can I use a Chrome browser extension to monitor and parse the output in the devtools console?

How can I use LokiJs in the browser?

How can I use Python Google API without getting a fresh auth code via browser each time?

How do I set ionic serve to use Chrome as the default browser?

How can I export bookmarks in Google Chrome?

How can I update Google Chrome InRelease?

Can I use google utilities unzip in JavaScript on the browser client?

Can I use javascript Google Map API without browser key?

Can i use Google app script for developing google chrome extension

How can I add a context menu to a browser action with a Chrome extension?

How can I clear chrome browser state in between every test?

How can I submit a form with input values in Chrome browser console?

How can I make chrome (stop asking to be) the default browser?

How can I switch the language in which websites are displayed in Chrome browser?

How can I change the user icon in Chrome Browser?

How can I disable flick behavior in a browser? (Chrome/Firefox)

How can i override a jquery function on chrome browser?

How can I use %23 instead of # in Chrome?

How to uninstall Google Chrome browser?

How to open book in pdf/txt in Chrome so I can use google translate extension while reading it?

How can I force my program to use an updated version of Google-Chrome when using it in headless mode?

How can I use Tippy.js in a Google Chrome content script?

How can I reload the Chrome PDF Viewer in Google Chrome?

TOP Ranking

HotTag

Archive