I'm working on an ebook that has its pages spread in panels in Sencha Touch 2 and having a bad time trying to hyphenate the paragraphs in the panels. I've tried Hyphenator.js and CSS3 hyphenation without any luck. Same code in html outside the Sencha framework hyphenates successfully. Any clues? Thanks for your help.
Asked
Active
Viewed 38 times
0
-
Can you provide some code, or even better a [jsfiddle](http://jsfiddle.net/) too. – fractious Sep 17 '13 at 13:52
-
Thanks for trying to help, fractious. It was actually my fault, since the Hyphenator.js operates based on the LANG tag in the html head. Since I changed that tag according to the script everything worked as expected. Just don't know what to do with this thread, if I delete or respond myself. Accepting advices regarding that. – Rica Soares Sep 20 '13 at 07:58
-
Glad to hear you got it sorted. If you post an answer to your own question detailing what you did to fix the problem, others can learn from it in the future. – fractious Sep 20 '13 at 09:06