I want to layout a html with css file in small screen size . The app's ui can veritcal scroll but can't horizontal. Now I can get all text content using 'lxb_dom_node_simple_walk' , but the result ui is one word/content one line even if some words/content in one node with same parent node.
how to get node's layout/position with children's nodes. And make ui looks like the layout of web browser?
thank you very much.
I want to layout a html with css file in small screen size . The app's ui can veritcal scroll but can't horizontal. Now I can get all text content using 'lxb_dom_node_simple_walk' , but the result ui is one word/content one line even if some words/content in one node with same parent node.
how to get node's layout/position with children's nodes. And make ui looks like the layout of web browser?
thank you very much.