Spanish WebView.CaptureBitmap y TakeScreenshot no guardan lo que se ve en la pantalla - TILogistic (first post)    Dec 21, 2025 encuentro algún ejemplo que funcione o mudar la app a B4X. amigo, busque en el foro SetDownloadListener y...=SetDownloadListener... que sobre escribir con java la función download del webview. Los ejemplos que estoy mirando que si... B4A Library UltimateWebView Custom View - Ivica Golubovic    Jan 1, 2024   (55 reactions) .SetDownloadListener 'Sets and start DownloadListener'
'CookieManager Settings to...
UltimateWebView1.Settings.GeolocationEnabled=True
UltimateWebView1.SetDownloadListener... Other B4J v8.30 BETA is available for download - Erel    Feb 28, 2023   (39 reactions) Improvements: Support for Java 14. As with Java 11, B4J expects a specific structure. You should download this package (OpenJDK 14 + OpenJFX 14): https://b4xfiles-4c17.kxcdn.com/jdk-14.0.1.zip Build standalone package - B4JPackager11 is now integrated in the IDE. This makes it simpler to build standalone packages: Integrated B4JPackager11. Add new module - Option to add the new module to... of all internal libraries are included. Other bug fixes and minor IDE improvements. Download link... B4A Library NotificationListener library (NotificationListenerService) - Erel    Jul 7, 2024   (20 reactions)   tags: notification .ACTION_NOTIFICATION_LISTENER_SETTINGS", "") StartActivity(In) End Sub The user will see the following screen: http...The NotificationListener library allows you to access the device notifications. With this library you can listen to new notifications and removed notifications. You can also clear existing... that the IDE references android.jar from API level 18+. - Download the attached library and copy it to...="anywheresoftware.b4a.objects.NotificationListenerWrapper" android:label="Notification... B4A Question WV_OverrideURL event not being triggered for a Data:Base64 link - Erel (first post)    Aug 7, 2019   (2 reactions) & Url) End Sub #if Java public static class MyDownloadListener implements android.webkit.DownloadListener { public void set(android.webkit.WebView wv) { wv.setDownloadListener(this); } public...I've tried to add a download listener to WebView, however the event is not raised for data uris....InitializeNewInstance(Application.PackageName & ".main$MyDownloadListener", Null) dl...-urls/") End Sub Sub DownloadListener_Event (MethodName As String, Args() As Object) As Object... B4A Question Download files from WebView (local storage) - JohnC (first post)    Nov 20, 2023   (2 reactions) true;
}
}
public static class MyDownloadListener implements android.webkit.DownloadListener {
public void set(android.webkit.WebView wv) {
wv.setDownloadListener(this);
}
public void....home$MyDownloadListener", Null)
dl.RunMethod("set", Array(nwv))
Sub DownloadListener_Event (MethodName As String, Args() As Object) As Object
Log("DownloadListener=" & MethodName... Other B4A v13.0 BETA is available for download - Erel    Jul 18, 2024   (46 reactions) SDK: - Don't try to update your existing SDK. You need to download a new one. - Command line...://www.7-zip.org/ 155492 4. IDE - Tools - Configure Paths - make sure to set android.jar and javac... B4A Question One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED problem when targetsdk is 34 - aqsight12 (first post)    May 22, 2025 .registerReceiver(ContextWrapper.java:755)
at com.uwebview.ultimatewebview$MyDownloadListener.set....ultimatewebview$MyDownloadListener.set(ultimatewebview.java:3701)
... 28 more
Caused by: android.os...(JavaObject.java:132)
at com.uwebview.ultimatewebview._setdownloadlistener(ultimatewebview.java:2755....b4j.object.JavaObject.RunMethod(JavaObject.java:132)
at com.uwebview.ultimatewebview._setdownloadlistener... Share My Creation [Tool] Additional Libraries Downloader - aeric    Feb 25, 2026   (20 reactions) downloading the updated version or missing libraries for B4A or B4J projects. Download jar: https://github.com/pyhoon/libget-b4j/releases/download/v2.60/libget.jar GitHub: https://github.com/pyhoon/libget-b4j How to use Download and put the libget.jar file into B4X additional libraries folder Open project with the GetLibraries macro Click the macro Wait for any download to complete and the tool ended Refresh the Libraries Manager tab If downloading missing b4xlib libraries, restart the IDE... B4A Question How to save file from datatables export - Sofian (first post)    May 7, 2025 'B4A' Successfully Initialized
>>>>>>>> SetupDownloadListener
setDownloadListener
DownloadListener is done
>>>>>>>> SetupWebChromeClient
>... Page: 1   2   3   4   5   6   7   |