B4J Question Mac Store Packager Tool & Webview Problem - tufanv    Jan 21, 2018 if it has a webview but after packaging it and installing it , app is not starting , giving... a blank project and add a webview. The jar file will work without a problem but after packaging... B4J Question [SOLVED] webview and Build Package Standalone - Star-Dust    May 15, 2025 When I create a Standalone package (Testedwith Java 11,14,19,21) I do not load local url in... only in package it doesn't work.
#PackagerProperty: IncludedModules = javafx.web... B4A Question package name on webview? - Douglas Farias    Dec 11, 2017 PackageName.
i made some testes here on my app, if i remove .id from my package name the webview load ok.
but if i put .id on my package name the website block the url, show a blank page on my webview.
how... B4J Question WebView Error in autonomous package - Erel (first post)    Oct 6, 2023   (3 reactions) Tip - if you encounter packager problems then the first place to look for a solution is here: https://www.b4x.com/android/forum/threads/integrated-b4jpackager11-the-simple-way-to-distribute... B4J Tutorial Integrated B4JPackager11 - The simple way to distribute standalone UI apps - Erel    Feb 26, 2026   (50 reactions) reference XLUtils. If using WebView or HtmlEditor add: #PackagerProperty: IncludedModules = javafx... example if using both WebView and jPOI add: #PackagerProperty: IncludedModules = jdk.charsets, javafx... a standalone package that doesn't depend on any other software being installed. It works with OpenJDK 11... - Build Standalone Package. External tool: https://www.b4x.com/android/forum/threads/b4jpackager11... to build a single file installer. The integrated packager creates a Windows package... B4J Tutorial MacSigner - Building notarized Mac packages - Erel    Dec 16, 2025   (20 reactions) signed app package. Requirements Mac computer. Apple developer account ($99 per year). Java... file will not work. Steps from a jar to an app package Link - the good old B4JPackager11 which is embedded inside MacSigner. Links the app jar with a Java runtime. Creates a standalone package. Package - Uses Java jPackage tool to convert the standalone package to a Mac app package with a native launcher. The files in the package are signed during this step. It also creates a zip file... B4A Question [SOLVED] Alternative to check if WhatsApp is installed without using PackageManager - QUERY_ALL_PACKAGES on + SDK30 - scsjc    Nov 8, 2021 Until now I used PackageManager to check which applications were installed (for example WhatsApp) Currently google requires QUERY_ALL_PACKAGES in Manifest in order to have a list of Installed Packages. Is it possible to know if WhatsApp is installed, via tried through some kind of Try-Catch error? Sub APKinstalada(packagename As String) As Boolean Try Dim PM As PackageManager...: " & packagename) Return False End Try End Sub Dim pm As PackageManager... B4A Question PayPal Payment Integration in Flutter Using WebView - TILogistic (first post)    Jan 27, 2023 ?
https://pub.dev/packages/webview_flutter... B4A Question Images loaded in webviews are not displayed in mode “debug (rapid)” B4A 3.50 version - bgsoft    Mar 18, 2014 In the new Basic4Android 3.50 version, I realised that images loaded in webviews are not displayed in mode “debug (rapid)”. In other modes, as “debug (legacy)” and “release” are shown normally. There is a simple example to check this: Sub Globals Dim WebV As WebView End Sub Sub Activity_Create(FirstTime AsBoolean) Activity.LoadLayout("Layout1") WebV.Initialize("WebV") Activity.AddView(WebV, 0dip, 0dip, 100%x, 100%y) WebV.LoadHtml("<html>... Bug? webview not visible with jdk9 - tufanv    Mar 7, 2018 Hello, When built with jdk9 , webview is not visible on a project while building the same with jdk8, webview is visible. Can you confirm this problem ? ( it may be related to this topic discussed before: https://www.b4x.com/android/forum/threads/mac-store-packager-tool-webview-problem.88584/)... Page: 1   2   3   4   5   6   7   |