Hi to All ,
i try to understand why the code below creates in different API different output in a Webview
Tables first line
In API 16 (see jpg ) is off
In API 8 ok

thanks AH
i try to understand why the code below creates in different API different output in a Webview
Tables first line
In API 16 (see jpg ) is off
In API 8 ok
thanks AH
B4X:
'Tables
sb.Append("<body>")
sb.Append("<table border=1>").Append(CRLF)
sb.Append("<tr>").Append(CRLF)
sb.Append("<td>Part Number</td").Append(CRLF)
sb.Append("<td>Part Number1</td").Append(CRLF)
sb.Append("</tr>").Append(CRLF)
Attachments
Last edited: