A simple example is in ACtech demo 2023
https://x.thunkable.com/projects/646c8b84575ef2cccbaf5e73/project/properties/designer
on the screen “scrImageToBase64”
A simple example is in ACtech demo 2023
https://x.thunkable.com/projects/646c8b84575ef2cccbaf5e73/project/properties/designer
on the screen “scrImageToBase64”
Hi, the proposed method has a drawback - a limit on the amount of data that can be transmitted through the URL. Perhaps the Receive Message block also has some limitations, although I have seen an example where a fairly large amount of data is transmitted through it.
So, the task is to transfer a large amount of data to the JavaScript side. If the data does not need to be hidden in secret, then you can implement access to the database on the JavaScript side and get a large amount of data.
Hi, the proposed method has a drawback - a limit on the amount of data that can be transmitted through the URL. Perhaps the Receive Message block also has some limitations, although I have seen an example where a fairly large amount of data is transmitted through it.
So, the task is to transfer a large amount of data to the JavaScript side. If the data does not need to be hidden in secret, then you can implement access to the database on the JavaScript side and get a large amount of data.