Hello everyone. I try to reflow XHTML file with Thai language's texts in WebView, and need to use CSS property "text-justify" with value "inter-cluster". if it works like Google Chrome, it will increase space between letters to fill letters in line like "Thai Distributed" in Microsoft Word (see the picture below), but it doesn't work.
<https://lh6.googleusercontent.com/-Y5H7pVJyDIE/UA1rFv3eulI/AAAAAAAAAEY/OJGcj4YKqt8/s1600/sample.png> the picture show that CSS inter-cluster is work with Google Chrome, it can reflow text correctly. This is my part of CSS code that embedded in XHTML file. (I had attached my XHTML file in this post. ) p { margin:0pt; text-indent:0em; text-align:justify; text-justify:inter-cluster; color:#000000; } My problem is that this XHTML file with CSS is *absolutely works on Google Chrome, but not work on my WebView*. So, my question is *does WebView Support CSS inter-cluster* ? or I forgot something important ? Yours sincerely, Pakorn Nokkaew -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en
million_universe_embeded_css.xhtml
Description: application/xhtml

