webapp

  1. Mashiane

    SithasoDaisy: Mashy Teaches TailwindCSS using b4x (with eBook)

    Get SithasoDaisy for $15 here. Welcome to the SithasoDaisy world. Check $5 WebApps https://www.b4x.com/android/forum/threads/sithasodaisy-webapps-5-each.145871/ Join on Telegram Get the eBook See it in action on Netlify or See it from a FlipBook SithasoDaisy is a library of components...
  2. JazzPiano

    Android Question Help with keys management

    Hi, Does anyone know how to deal with the Fire tv keys on a webapp that uses webview to navigate through a webpage with touchable images and buttons? The problem is that when dealing with the Activity_KeyPress() to handle the back button and go back or exit the application: Sub...
  3. juventino883

    B4J Question WEB APP Sessions with two servers

    Hi! I have a doubt about WebApp User session, lets say that I have a web app running in two servers and I have a load balancer that distributes the traffic depending on the load, in this scheme could happen that a user makes a request and the load balancer send the user to server 1, but when...
  4. Star-Dust

    B4J Library [B4X] xHttpServer (Http Server + jQuery)

    It is a personal project of mine that I started as a hobby on B4i and it has become an interesting project, so that I have modified it to be multiplatform. It is an http server, which allows a browser to navigate on html pages stored on the device. In addition, dynamic pages can also be...
  5. DarkoT

    B4J Question WebApp and Grafana

    Hi Guys, I need a tip, how to generate web page inside of B4J ABMaterial, which will show dashboards created with Grafana. On Grafana site is possible to create API key for Viewer role... Means – I need a tip: How to connect Grafana dashboard web app over API key and How to show result inside...
  6. A

    B4J Question [WebApp] Download or Open new browser tab to view file

    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...
  7. LucaMs

    B4J Question More than one room in WebApp ChatRoom tutorial

    If I'm not mistaken, in the WebApp Chatroom tutorial the chat room is represented by the ChatShared code module. If you want to create more than one chat room, it is obviously necessary that this is a class; should the instances of this class be stored in a thread safe map declared and...
  8. Kiffi

    German B4J WebApp auf Port 80: IIS Reverse Proxy oder URL-Rewrite?

    Hallo, ich habe mit B4J eine WebApp erstellt. Lokal auf meinem Rechner funktioniert sie wunderbar. http://localhost:meinPort/ (meinPort wäre hier 51234) Nun habe ich die App auf einem IIS-Server eingerichtet. Die Adresse dort lautet http://meineAdresse:meinPort/ Läuft auch ohne Probleme...
  9. Mashiane

    Best Web Material Framework Apps

    Just ran across a Material based web app, uses cordova also. Speechless, this is impressive. 1. www.zyncfreesurveys.com I'm exploring this for a survey that I need to do quickly. Do you have anything that you have seen material based that's awesome???
  10. Alexander Stolte

    B4J Question How to Open my App over a link over my B4J Server

    Hello, on B4A side i know it from here. But as long as I do not have a website that can show this, I want the app to run without the browser opening. From Stackoverflow, from this post, i know it is possible. How can i handle this with my B4J Server?
Top