I am new to B4A, I am currently working with webView. But something that does not work yet is to target an image and / or a file in a web page to finally enlarge or download it, .... Can you help me to solve this problem?
I work on a browser and what I want is: When I access a download web page like (Tubidy.com) when I click to download music, my browser does not download it. So please help me with the code that will allow my browser to download a file from a web page. Thank you
Hello everyone, here is my first post here. I want to know about DownloadAndSave from Erel, is this Sub is called automatically when the user wants to download a file? Thank you, your help will be appreciated Sub DownloadAndSave (Url As String, Dir As String, FileName As String) As...