Search found 25 matches

by RBart
Tue Mar 17, 2026 12:43 pm
Forum: Coding Questions
Topic: Error adding a cordova plugin
Replies: 2
Views: 176

Re: Error adding a cordova plugin


Did you tried like this ?

Import "cordova plugin add cordova-plugin-zeroconf"
EndImport

Yes!
Thanks again Fred

This did the trick!

And it's working on the Andoid tablet too.

With msdn on the rasberry whith the Mysql server should be plug and play in every LAN. If the Android tablet is on ...
by RBart
Sun Mar 15, 2026 12:38 pm
Forum: Coding Questions
Topic: Error adding a cordova plugin
Replies: 2
Views: 176

Error adding a cordova plugin

Hi

In the documentation I found that 'import' will add a cordova plugin.

;allow mDNS on android
Import "cordova plugin add @ionic-native/zeroconf"
EndImport

But I tryed serveral plugins and get an error:
Cannot find plugin.xml for plugin "zeroconf". Please try adding it again.

Is this just ...
by RBart
Wed Mar 11, 2026 1:00 pm
Forum: Coding Questions
Topic: Does Httprequest work in an APK for Android
Replies: 1
Views: 90

Re: Does Httprequest work in an APK for Android

I'm this far now. I can call the API and it works from the spiderbasic IDE. So the spiderbasicscript is not on the same server.
In the api.php file I added.
header("Access-Control-Allow-Origin: *");
header("Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS");
header("Access-Control ...
by RBart
Wed Mar 11, 2026 9:11 am
Forum: Coding Questions
Topic: Does Httprequest work in an APK for Android
Replies: 1
Views: 90

Does Httprequest work in an APK for Android

Thanks to TI-994A I could make a connection to my Mysql server in PureBasic. However in Spiderbasic this seems to be another question. The method looks different. I wanted to do this in an Android app. But the help says "The URL to execute the request. Due to security constraints, it is only ...
by RBart
Sat Feb 21, 2026 7:52 pm
Forum: Bugs Reports
Topic: SB 3.2 Syntax error installing cordova on Ubuntu 22.04
Replies: 11
Views: 2674

Re: SB 3.2 Syntax error installing cordova on Ubuntu 22.04

Are you on Windows? You don't need to add a SpiderBasic link. The apksigner works in the terminal on Linux.
by RBart
Sat Feb 21, 2026 10:14 am
Forum: Bugs Reports
Topic: SB 3.2 Syntax error installing cordova on Ubuntu 22.04
Replies: 11
Views: 2674

Re: SB 3.2 Syntax error installing cordova on Ubuntu 22.04



To sign the App? Via terminal will be ok?


You can sign using APK.Tool.GUI.v3.0.2.0 . There are also programs for Android to sign the application directly on your phone: Apktool M . But I haven’t used it, I want to try it.

Using your link I ran the first command and added the key. But I ...
by RBart
Sat Feb 21, 2026 9:13 am
Forum: Bugs Reports
Topic: SB 3.2 Syntax error installing cordova on Ubuntu 22.04
Replies: 11
Views: 2674

Re: SB 3.2 Syntax error installing cordova on Ubuntu 22.04

I signed the .apk
The app intalled ok.
The debug window is now gone. But when a dialog is called, and that doesn't work anymore.
Do I have to do something with the .aab file? It's nor clear to me what is the purpose of this file. I guess it has something to do with the debugging?
by RBart
Fri Feb 20, 2026 6:12 pm
Forum: Bugs Reports
Topic: SB 3.2 Syntax error installing cordova on Ubuntu 22.04
Replies: 11
Views: 2674

Re: SB 3.2 Syntax error installing cordova on Ubuntu 22.04

Thanks very much Fred

This works fine now.

I used the debug mode. This leaves the debug window open.
To sign the App? Via terminal will be ok?: https://randombits.dev/articles/android/signing-with-cmd

Why didn't I discover PureBasic and SpiderBasic sooner? Better late than never, I guess.
Hope ...
by RBart
Fri Feb 20, 2026 11:41 am
Forum: Bugs Reports
Topic: SB 3.2 Syntax error installing cordova on Ubuntu 22.04
Replies: 11
Views: 2674

Re: SB 3.2 Syntax error installing cordova on Ubuntu 22.04

Trying to install cordova again

rudi@Slimbook:~/Apps/spiderbasic$ bash install-cordova.sh

Welcome to SpiderBasic Android app install check script.
To exit the script at anytime, type CTRL+C.

Using /home/rudi/Apps/spiderbasic path as SPIDERBASIC_HOME.

* NPM is already installed...

Installing ...
by RBart
Fri Feb 20, 2026 11:34 am
Forum: Bugs Reports
Topic: SB 3.2 Syntax error installing cordova on Ubuntu 22.04
Replies: 11
Views: 2674

Re: SB 3.2 Syntax error installing cordova on Ubuntu 22.04

I got the version updated:

These are the steps I took:
sudo apt-get remove nodejs
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt install nodejs -y
node -v
v24.13.1

I could build an .apk and an .aab file
But I got an error on the tablet
free translate form Dutch: 'You ...