Eketerina Member Jun 7, 2023 #1 Hi. B4J. Webview on form. After build crash. How to fix. (when run in IDE work good) Thanks Attachments error.PNG 48.9 KB · Views: 164
Erel B4X founder Staff member Licensed User Longtime User Jun 7, 2023 #2 See tip #2: https://www.b4x.com/android/forum/t...-way-to-distribute-standalone-ui-apps.117880/ Upvote 0
Eketerina Member Jun 16, 2023 #3 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
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?
Erel B4X founder Staff member Licensed User Longtime User Jun 18, 2023 #4 Eketerina said: Can I manually put the library in the program folder? Click to expand... No such thing. Start a new thread and provide more information. Upvote 0
Eketerina said: Can I manually put the library in the program folder? Click to expand... No such thing. Start a new thread and provide more information.
Eketerina Member Jun 18, 2023 #5 After compile B4X: WebView1.LoadUrl("https://.....") Not load URL I try it on 2 computer Upvote 0
Eketerina Member Jun 18, 2023 #6 Eketerina said: After compile B4X: WebView1.LoadUrl("https://.....") Not load URL I try it on 2 computer Click to expand... Only with #PackagerProperty: IncludedModules = javafx.web webview not load url need #PackagerProperty: IncludedModules = javafx.web, jdk.charsets, jdk.crypto.ec, jdk.localedata Upvote 0
Eketerina said: After compile B4X: WebView1.LoadUrl("https://.....") Not load URL I try it on 2 computer Click to expand... Only with #PackagerProperty: IncludedModules = javafx.web webview not load url need #PackagerProperty: IncludedModules = javafx.web, jdk.charsets, jdk.crypto.ec, jdk.localedata