In the application I have 14,000 blocks. Is there a maximum number of blocks per screen?
When i update the application i have to disable blocks as I create new blocks.
Thank you.
In the application I have 14,000 blocks. Is there a maximum number of blocks per screen?
When i update the application i have to disable blocks as I create new blocks.
Thank you.
Hello, I need to collect a lot of data, I have all that data on one screen, … I will try to use several screens to solve this problem.
But is there a maximum number of blocks per screen? in appinventor this also happened to me but with a lower number of blocks.
Thanks for your answer.
There shouldn’t be a block limit, however it depends if your browser can handle such large amount of blocks.
Tips: you should find ways to reduce blocks as much as possible. And don’t use too many screens, or else it might cause errors. I would suggest at most 5.
Thank you very much, I will be doing tests.