Hi Fam..
Background
With this route / handler, you are able to execute inserts in your database using parameterized sql command. You can also specify which fields should be returned from the record that was added. Copy the attached file to your pb_hooks directory and restart the app.
Example...
Hi Fam
Compatibility: v22.35 and below
In b4j we have a way of adding routes and writing handler code, same with PocketBase. In PocketBase, one is able to create handlers via javascript and then publish these in the pb_hooks directory and then restart the app to make them live.
So, to execute...
Hi everybody,
I have some apps (b4a) that use DBRequestManager to connect to an Oracle database and everything is working right, and I am also experimenting with a WhatsApp Bot and I need for the bot to connect to the same database, the bot runs on NodeJS and although it is possible to connect...
Hi Fam
Demo
B4xlib
Recently we released BANanoClippy, A web based version of Microsoft Agent characters to use in your web app. For those who dont know, let me refresh you.
Remember Clippy, Bonzi, Rover, and the rest of the quirky animated assistants from the late '90s and early 2000s? In...
Attempt 1: Using googlechrome:
if (/android/i.test(navigator.userAgent)) {
window.location.href = `googlechrome://${window.location.href.replace(/^https?:\/\//, '')}`;
}
Result: The link stays inside LinkedIn’s WebView (no redirection happens).
Attempt 2: Using Android Intent
if...
Hi Fam
Well, this is coming together nicely...
Will keep profiling this towards launch to ensure its working at optimal.
Related Content
https://www.b4x.com/android/forum/threads/web-sithasodaisy5-beta-create-websites-webapps-with-the-power-of-the-abstract-designer-opensource.165095/#content
I am working on a project and I am using a JQPlot class I found on this thread while the class works great I noticed that the charts/plots don't get resized when the entire page gets resized.
I have placed each plot on a container, the container gets resized just fine but not the plots.
This is...
Hello everyone, i've been searching for a couple of days and have not found a reliable way to play a youtube video the way I need to.
I have a video that I will be showing in my app, it's a tutorial video, I need the video to automatically start playing as soon as it loads and it needs to play...
While searching for a library that can be used to display data on a chart using ABMaterial framework, I came across this post here I tried the example provided and it seems to work fine for my purpose, however I need to be able to change the width and height of the chart, I tried changing the...
Hi all, I would like to read from any success stories using ABMaterial framework, has anyone actually either for personal business purposes or for a client built a successful web app that is still currently being used by more than 1000 users on a daily basis.
The reason I ask this question is...
Hello,
I have a hard about my project.
Only I get display in webview html file (not include javascript, css).
In my Webview(Html code), the data input and a button include.
When I click button, It does not work.So plese help and guide me.
(The html, css and jacvascript file within same folder...
Hello.
I have an application that connects to a web page using a hidden webview and then send different javascript commands. That web page, when connected, automatically starts streaming audio.
On some Android devices (different Android versions from 5 to and including 13), audio is played, on...
I want to extract the image in a bitmap using a webview and javascript commands.
The code on the web page looks like that:
<canvas class="mypic" id="mpcanvas0" width="1024" height="100" >test</canvas>
The image is dynamically changed. If I try:
Dim js As String
js = $"B4A.CallSub('pic_cb'...
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...
Hi all, I am still trying to get my cheap printer to work, I have obtained the attached files from the manufacturer, unfortunately my javascript knowledge is very little, How would I go around using this libraries with Abmaterial.
I have the following code so far:
Dim jsval As String =...
Hi everyone,
I am trying to scrape the webpage from a USB dongle for 4g (I want to get the IMEI etc). I have tried the HTTP utils, cURL, and command line to chromium yet each method I have tried and found returns the HTML but none of the javascript generated content. is there a way I can get...
Using a html file which included few lines and many hours of work and toil, a shopping cart web app was made with b4j.
All of the transactions and page manipulations and interactive input was made within the code.
Remote MS SQL database was used as the data source.
This app could be the starting...
Hi ALL,
I'm trying to reproduce in B4I a simple app that I have done on B4X but I have the following Problem.
In b4x using the following code, I was able to hide the header, the footer, and navigation control of the web page that I load inside the webview :
Private Sub WebView1_PageFinished...
Hi community,
wanna ask whats the difference (in a B4J WebView) in a real Mouseclick on a Button to one fired programmatically with
Dim a as String = $"document.getElementsByClassName("myButton")[0].click();"$
myWebengine.RunMethod("executeScript", Array As String(a))
If i am clicking with...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.