Hi everyone
I was messing a bit around with creating some offline capabilities using the JS we bridge but realized I’m not able to do so because I cannot change the url using blocks to the downloaded file using the download file blocks.
Because the URL property block is missing in Thunkable.
I can ask. I believe the original purpose was to connect to just one source to be able to use JS. That way, you don’t have to make a super small web viewer to run JS code. Could you tell me more about how you were thinking of using js web bridge with the download file block? Like downloading a HTML file and running that or something along those lines?
Oh I see I thought it was a bug at first but I suppose it’s a future request then.
Exactly that, this way I can also use the bridge when I’m offline making it easier to develop fully offline apps that can use JavaScript.
I thought of adding them as assets via Thunkable but figured that would take up alot of space on my account and it would be easier for me to update the code then instead of having to constantly replace it.
I could just simply automate it using blocks.
I could just download the file on the user’s device, then with a update update the file and then just load that file instead of the url to the site if the user is offline.