I think I'm facing a simple layout problem.
I'm embedding a HTMLComponent on a Form via LWUIT, this HTMLComponent
displays a local HTML file. The result has no line wrapping but endless
scrolling in X direction.
How can I change this behaviour?
I also have some tags in the files which aren't really supported.
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?><doc><head><title>
How can I still parse the files, without removing those tags manually?
Do I need to modify my DocumentRequestHandler or where can I do that?
Best Regards