i got it.
it's cause webview 's layout_width (in xml) and height is not set to match_parent by default.
I know this might sound odd but is there a way to show a grid in a post? I need to display a grid of software versions along with features for each. I could take an image of an excel or something but just wondered if there might be some way of doing it in a post without an image.
Like a table?
Item | Price | # In stock |
---|---|---|
Juicy Apples | 1.99 | 739 |
Bananas | 1.89 | 6 |
Item | Price | # In stock
---|---|---
Juicy Apples | 1.99 | 739
Bananas | 1.89 | 6
Search "markdown table"
@nodeham said in A post showing a grid?:
@pitaj Yes, like a table is exactly what I need.
No kidding, it's that simple? Amazing.Thank you!
You can use this template:
https://www.tablesgenerator.com/markdown_tables
Markdown automatically converts those codes into a table.