Skip to content

Force webview to activate bidirectional support

Kévin Commaille requested to merge (removed):rtl into master

This uses the CSS property unicode-bidi: plaintext on the <body> and each <div> to force the WebView to check if the language is LTR or RTL for each block.

Fixes #56 (closed)

Edited by Kévin Commaille

Merge request reports