Thunkuble live critical error on phone - data grid

Hey everyone,
i have a question about my app crushing while live testing on my phone.
I have an app (Thunkable)
which is essentialy a tool for a offline traveling game of tag. (similar to show JetLeg for people who know it). I wanted to add a social aspect to it - i added shared libarary of images, where everyone can share their photos of them playing the game. The issue isnt in uploading the photos, but for some reason there is an issue while showing a grid view (page called “databáze fotografií” of all the posts - but only on mobile devices on computer everything seems to be working. The grid view is from data from google sheet where is saved a link an image on Cloudinary, a short description and a nickname of the author. I have seen similar issues on this comunity, however common ways to fix it like changing the databese view arent working. Any help with this matter is appreciated. Also i am a beginner at thunkable so i am sorry if there is any obvious solution.
Here is an image of the error log:


here is image of the database grid view completely working on a computer

here is image of google sheet (data source)
image

Hello @vachajosef19 welcome to the community.
Thank you for sharing your project.
Unfortunately, I can’t replicate this issue on my device.
Is this happening only on Android?
Are you sure that you have the latest version of the Thunkable live app?

1 Like

Hey,
i have tried multiple things
i reinstalled thunkable live,
i created an apk build, but for some reason it still wasnt working.
Finally i tried it on a different phone and it worked without any issues, so i guess it is a problem in my phones os.
Thank you for your help

Hello,
i have an update.
I have tried this app on multiple phones since than and it wasn’t working on multiple devices. It didn’t work on:
Motorola G54;
Xiaomi redmi note 10 pro;
However it did work on xiaomi redmi note 8t.
Does anyone have solution to this?
Maybe the problem could also be about android versions - so it works only on the older ones. @ioannis on which android version did you try that?
Thanks everyone for help

Hello @vachajosef19 :wave:
I am sorry for all the issues you are experiencing.
The device with which I tested has Android version 13.
Which are the Android versions on your devices?

1 Like

Hello,
Motorola is android 13
Xiaomi note 10 pro is android 11
Xiaomi note 8T is android 9.
I also tested it on another Motorola for me to check if it wasn’t caused by my other file, but it also had the same failure.
I am desperate at this point because even though i tried everything it just doesnt work.
Thank you for your help

Hello @vachajosef19 :wave:
Unfortunately, I don’t have any of these devices to test it.
Could you please share access to a small project with only one screen and steps to see the error message?

This way I could test it and try to find the root cause.

1 Like

Sorry, i dont understand your proposal - should i create a new project, share access to the existing one or send screenshot of the error message?
Thank you for your help, I am just a bit lost: )

Hello @vachajosef19 :wave:
I am sorry if my instructions weren’t clear.
Could you please create a duplicate project and check if you can replicate the issue there?
If yes, you could see on which page the error appeared. So, please delete any extra screens and components and keep only the screen that has the issue.
This way we will know which component is causing the issue.

1 Like

Hello,
I have good news! First of all, I tried the method you recommended and I went to the point when there was
only the data view grid and it still had the issue. Then I read the error message - there was a line “Canvas trying to draw a large bitmap”. Then I looked at the grid parameters and I saw that the grid height was 10,000 px, so I changed it to 1000 and now it is working correctly. Thank you for your help I really appreciate it.