B4J Question Strange problem with Webview.LoadHtml

MegatenFreak

Active Member
Licensed User
Hello.
I'm stuck with the weirdest thing and I can't explain it:
My app has a webview into which I load an html string using Webview.LoadHtml.
When I run the app from INSIDE B4J itself, everything is fine, but when I run the jar file OUTSIDE B4J, the webview shows nothing. At first I thought it fails to load the html string, but then I found out the strangest thing: it actually loads and displays the html, but all the text is shown in WHITE, the same as the background, so it's invisible (I could copy the text, that's how I knew).
I am so confused. Help me please.
 

DonManfred

Expert
Licensed User
Longtime User
Please upload a small project which shows the Issue. Without seeing what you have done and how it is hard to help
 
Upvote 0
Top