QBJS - Offline Mode - Printable Version +- QB64 Phoenix Edition (https://qb64phoenix.com/forum) +-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1) +--- Forum: QBJS, BAM, and Other BASICs (https://qb64phoenix.com/forum/forumdisplay.php?fid=50) +--- Thread: QBJS - Offline Mode (/showthread.php?tid=2852) Pages:
1
2
|
QBJS - Offline Mode - dbox - 07-05-2024 Hi All, Since starting the QBJS effort there have been a number of inquiries around support for an offline mode. For the next release, QBJS will offer offline deployment as a progressive web application (PWA). You can try this out now at the QBJS dev site: https://boxgaming.github.io/qbjs/ This change allows you to install QBJS locally directly from the browser. A new icon will appear in the address bar. Here's an example of what it looks like in Edge: After the install is complete you can then run QBJS in a standalone application window: The best part though is that all of the content needed to run QBJS will be installed on your device. So you will be able to use it when completely disconnected from the internet. But you'll still get the best of both worlds as it will download any updates when new releases come out. This feature will be included in the next release of QBJS along with a number of additional features that are still in progress. I thought I would go ahead and mention it here as I would love to have any feedback from anyone who is game to try it out in the dev site. I'd be very interested to hear how it worked (or didn't) for you and what OS/browser combo you have. A couple of notes:
RE: QBJS - Offline Mode - grymmjack - 07-05-2024 Awesome! Well done! RE: QBJS - Offline Mode - Dav - 07-06-2024 Sounds great! Looking forward to the next release. - Dav RE: QBJS - Offline Mode - bplus - 07-06-2024 Yeah making better and better! I am wondering how I can use QBJS like an IDE where I can save and open programs from my computer like I do with QB64 files and associated assets. RE: QBJS - Offline Mode - dbox - 07-06-2024 You can do this today with the save and open buttons. If you have additional assets besides the program code it will save the entire project as a zip file that you can open and continue work on later. RE: QBJS - Offline Mode - bplus - 07-06-2024 good I will have to practice RE: QBJS - Offline Mode - Dav - 07-06-2024 Will the offline version be working on iPad with iOS 16.6? That’s what I have. The online version works good for me on ipad. Being able the code in QB64 on my ipad anywhere offline will be awesome! This will double my coffee shop time for sure, that’s where I have to get away to code sometimes. - Dav RE: QBJS - Offline Mode - dbox - 07-06-2024 Hey @Dav, yes it worked for me on an iPad I tested on. I would love to hear if it works for you as well. You can try it out using the QBJS dev site link in the original post. When the page loads tap this button: … and then select the “Add to Home Screen” option. RE: QBJS - Offline Mode - Dav - 07-06-2024 Thanks @dbox. I’m not seeing that option yet, just the usual ones. The copy link to share your code at the top, then at the bottom the launch mode, export, test, close. Am I at the right link? At this one: https://boxgaming.github.io/qbjs/ - Dav RE: QBJS - Offline Mode - dbox - 07-06-2024 Interesting, this option is typically available for any page. It usually appears after the “Find on Page option: |