Bug? Problem with Webview/ExecuteHtml()?

JohnD

Active Member
Licensed User
Longtime User
The blue background shading for a <td> in a webview just stops after 40 or 50 chars (I didn't count), see file: td_bad.png. The background shading is fine when viewing the app in landscape, see file: td_good.png. I made no changes to DBUtils.bas. Thanks, JD.
 

Attachments

  • td_bad.png
    56.2 KB · Views: 232
  • td_good.png
    34.3 KB · Views: 209

JohnD

Active Member
Licensed User
Longtime User
I wasn't able to reproduce it here. WebView.LoadHtml just passes the html to the native API. So if there is a bug it is in the native WebView.
Any ideas of what I might do to make the Webview display the background correctly for me? Maybe get the string length to use in some way and build the <td> more interactively? Thanks for the reply. JD.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…