Hi,
I'm new to SpiderBasic.
I want to create a list-detail app (eg. a notes app with list and click to open details form) that can be used on iOS and Android, but don't want to distribute it via an App Store. Instead, I want to host it on a web server.
In this scenario it has to be responsive (adjust to different screen sizes and/or orientation) and it should look like an app (full screen screens) and good touch support.
So far I understand that I should use the Dialog library. To be sure I can achieve what I want, it would be great if someone would have a (hosted) example of this.
Thanks in advance!
Example responsive hosted app
Re: Example responsive hosted app
Hi,
Your assumption is right, you'll most likely might will use the Dialog-Library for this. There are examples for "fullscreen" - apps (Windows) in the board.
Use
as a flag for the OpenWindow() - command.
If you want to host it somewhere, set up a server and play around with the free version of SpiderBasic. It will serve you well!
@mod: please move - I think the "showcase" subforum is not the right place, is it?
Your assumption is right, you'll most likely might will use the Dialog-Library for this. There are examples for "fullscreen" - apps (Windows) in the board.
Use
Code: Select all
#PB_Window_BackgroundIf you want to host it somewhere, set up a server and play around with the free version of SpiderBasic. It will serve you well!
@mod: please move - I think the "showcase" subforum is not the right place, is it?
Kind regards, bembulak
SpiderBasic 3.20 on Win11, Intel Mac, MX Linux
SpiderBasic 3.20 on Win11, Intel Mac, MX Linux
Re: Example responsive hosted app
[X] Donebembulak wrote: Mon Sep 05, 2022 2:16 pm@mod: please move - I think the "showcase" subforum is not the right place, is it?
Re: Example responsive hosted app
Thank you, Peter!
Kind regards, bembulak
SpiderBasic 3.20 on Win11, Intel Mac, MX Linux
SpiderBasic 3.20 on Win11, Intel Mac, MX Linux
