Eventually I was able to setup and connect Chrome to my mobile phone to debug the app. There were a couple of errors. Two were
"Failed to load resource:net:ERR_CONNECTION_REFUSED" with the first being localhost sbbjs/babylon.custom.js:1 and the second localhost favicon.png:1. The third error was an ...
Search found 11 matches
- Wed Feb 04, 2026 5:15 am
- Forum: General Discussion
- Topic: SBJS Android Compile
- Replies: 3
- Views: 2428
- Tue Feb 03, 2026 3:34 am
- Forum: General Discussion
- Topic: SBJS Android Compile
- Replies: 3
- Views: 2428
SBJS Android Compile
I am having trouble getting apps made with SBJS to work on my Android phone. I tried the shadow example. It works well in browser or SB webview. I tried to create an Android app (with debugger) and added the data directory as the resource directory. App compiled OK and installed on my phine ...
- Sun Apr 06, 2025 9:06 pm
- Forum: General Discussion
- Topic: falsam sbbjs install
- Replies: 2
- Views: 38696
Re: falsam sbbjs install
Well if I looked a bit further I would have found
viewtopic.php?p=9555#p9555
Posted here if anyone else needs it. Seems to work OK with V3.02
viewtopic.php?p=9555#p9555
Posted here if anyone else needs it. Seems to work OK with V3.02
- Sun Apr 06, 2025 6:35 am
- Forum: General Discussion
- Topic: falsam sbbjs install
- Replies: 2
- Views: 38696
falsam sbbjs install
I am trying to use this Babylon 3d addon. I don't know where to install the sbbjs folder that contains the babylon custom javascript file. I tried in User Libraries and also in the Javascript folder both in the Libraries folder but keep getting an error that "bjs$v_bjsenginepath is not defined" so ...
- Fri Oct 30, 2020 1:37 am
- Forum: Coding Questions
- Topic: Check device resolution
- Replies: 2
- Views: 2460
Re: Check device resolution
Thanks for the link. Was able to take some of the code.
Minimal example that worked OK
CloseDebugOutput()
Global width, height
!v_width = screen.width * window.devicePixelRatio;
!v_height = screen.height * window.devicePixelRatio;
result =MessageRequester("Resolution: "+Str(width)+" x "+Str ...
Minimal example that worked OK
CloseDebugOutput()
Global width, height
!v_width = screen.width * window.devicePixelRatio;
!v_height = screen.height * window.devicePixelRatio;
result =MessageRequester("Resolution: "+Str(width)+" x "+Str ...
- Thu Oct 29, 2020 12:43 pm
- Forum: Coding Questions
- Topic: Check device resolution
- Replies: 2
- Views: 2460
Check device resolution
How can I check the device resolution on android with Spiderbasic? I tried a small program using ExamineDesktop but this seems to give an incorrect answer. I would like to be able to make an app that adapts to different screen resolutions. Thanks.
- Wed Oct 28, 2020 9:38 pm
- Forum: Coding Questions
- Topic: App building
- Replies: 2
- Views: 2463
Re: App building
Thanks for the reply. Should have known that!
Age creeping up on me.
Matthew
Age creeping up on me.
Matthew
- Wed Oct 28, 2020 12:03 pm
- Forum: Coding Questions
- Topic: App building
- Replies: 2
- Views: 2463
App building
Noob troubles. To test SB I opened the gadget demo and tried to compile for android. I have Spiderbasic 2.31(x86) running on Win 7 Home 64 bit. Spiderbasic is installed on D: drive.
I tried compiling with java sdk 1.8.0_261 (64 bit). An .apk is built but it will not install on my Asus Zenfone3 ...
I tried compiling with java sdk 1.8.0_261 (64 bit). An .apk is built but it will not install on my Asus Zenfone3 ...
- Sat Apr 22, 2017 9:37 am
- Forum: General Discussion
- Topic: Purchase Time
- Replies: 10
- Views: 10676
Re: Purchase Time
All fixed now
Thanks
Matthew
Thanks
Matthew
- Sat Apr 22, 2017 6:07 am
- Forum: General Discussion
- Topic: Purchase Time
- Replies: 10
- Views: 10676
Re: Purchase Time
Thanks. I only queried because the pricing page states
" If your payment has been granted, the account is created automatically and a mail is sent to your e-mail address. Be sure to check your spam folder, as it sometimes goes in it. If you haven't recieved it after one hour, feel free to contact us ...
" If your payment has been granted, the account is created automatically and a mail is sent to your e-mail address. Be sure to check your spam folder, as it sometimes goes in it. If you haven't recieved it after one hour, feel free to contact us ...