B4J Question Webview crash

Eketerina

Member
Hi. B4J. Webview on form. After build crash. How to fix.
(when run in IDE work good)
Thanks
 

Attachments

  • error.PNG
    error.PNG
    48.9 KB · Views: 68

Eketerina

Member
Hi.
I did so and for a while everything worked. Now the webview has stopped displaying content. It does not give errors

Can I manually put the library in the program folder?
 
Upvote 0

Eketerina

Member
After compile
B4X:
WebView1.LoadUrl("https://.....")
Not load URL

I try it on 2 computer


Only with #PackagerProperty: IncludedModules = javafx.web webview not load url

need #PackagerProperty: IncludedModules = javafx.web, jdk.charsets, jdk.crypto.ec, jdk.localedata
 
Upvote 0
Top