B4A Question Desktop icon to open the web browser with a url - vecino    Apr 10, 2024 Hi, is it possible to create a kind of "shortcut" icon that opens the web browser with a specified url?
Thank you very much.... B4A Tutorial Open the browser with a specific web page - Erel    Nov 25, 2010   (9 reactions) Opening the browser is very simple.
First you need to add a reference to the Phone library.
Then:
Dim p As PhoneIntents
StartActivity(p.OpenBrowser("http://www.b4x.com"))
p... B4J Question [WebApp] Download or Open new browser tab to view file - AHilton    Sep 11, 2019 I have a WebSocket Class that generates a pdf report and saves it to a browser accessible location based on dynamically generated (from this same WebSocket class) controls to get report parameter input from the browser user. I can WebUtils.redirect to the generated pdf file but I want to either initiate a download or have the browser open a new tab to view the pdf file. I have, before in... Share My Creation [Project Template] Web API Server v1 - aeric    Jan 16, 2025   (67 reactions) this in the Logs: Web API Server (version = 1.16) is running on port 19800 Open the following URL from your web browser http://127.0.0.1:19800/v1/ Copy the URL showed in Logs and open it using your web browser. To connect to MySQL server, go to Objects folder and open "config.ini". Comment... Libraries folder. Open B4J and create a new project with "Web API Server" template. Give your... Libraries folder. Open B4A (B4J or B4i) and create a new project with "Web API Client (1.05... Share My Creation [Web] SithasoIONIC Wireframes - A free tool for the b4x community - (Canva/Figma Alternative) - Mashiane    Sep 17, 2025   (11 reactions) that port 9090 is not firewall blocked. 3. This will run the app inside PocketBase and then open your default web browser. If all goes well, you should see the screen above. 4. Check out this YouTube Playlist... of PocketBase Back-End WebApp on Start (Developed with PocketBase) Ability to archive / set in... You dont need SithasoIONIC7 to use the Wireframe Web App How do you get the tool? 1. Head over to...: https://www.b4x.com/android/forum/threads/web-black-friday-sale-50-off-sithasodaisy-sithasoionic7... B4J Question [ABMaterial] How to open file in new browser tab of my ABMaterial WebApp? - Mashiane    Feb 13, 2017 open the document in another browser Tab (this will eventually execute a download)
Now
1. How do I return my app URL for my ABMaterial WebApp?
2. Perhaps I can do an anchor for the file and execute... B4J Tutorial [WebApp] Web Apps Overview - Erel    May 30, 2021   (21 reactions)   tags: Erel Stuff, b4j applications based on WebSocket technology. With WebSocket The browser and the server maintain an open communication channel. This channel allows us to build web apps where all (or most) of the logic... type of "handler" named WebSocket. The browser UI is implemented in html / css. B4J Web App... side implementation is based on jQuery. Which browsers are supported? All modern browsers support web... browser (compatible with Android 4.0+) supports web sockets. How to deploy? The compiled jar file... Share My Creation [B4X] B4X Pleroma - open source client for Mastodon / Pleroma social networks - Erel    Nov 4, 2020   (15 reactions) What is Mastodon? IPSbNdBmWKE Pleroma is a lightweight implementation that extends Mastodon. B4X Pleroma is a client for these social networks. More information here: https://www.b4x.com/android/forum/threads/119426/#content It is based on quite a few B4X components including: BCTextEngine, BitmapCreator, MiniHtmlParser, OkHttpUtils2, OAuth, KeyValueStore, XUI Views, B4XPages, B4XDrawer, B4XGi... B4i Question How to open and display a web link in the browser - Erel (first post)    Oct 2, 2017
App.OpenUrl("https://www.google.com")
... B4A Question Has something changed with WebView and current Android version? - Robert Valentino (first post)    Sep 16, 2025 I am attaching a little test program that when button is clicked should open up a page of instructions and when clicking on Open Web Browser should display the LeagueSecretary.com website. This works on ALL my devices - but some users report it just hangs trying to go to the web page. PLEASE any help... Page: 1   2   3   4   5   6   7   |