Problem with displaying the screen in the application

Hello!

I am developing an application with several screens. When I first launch it, when no screen has been opened yet, I try to go to the screen I need. However, after the transition, the screen is displayed empty - there is not a single element on it, although the interface should have two or three lines of text. At this point, the application stops responding.

Please tell me what steps should be taken to diagnose and fix this problem? I would be grateful for any advice.

Thank you!

Link to Google Drive video of my problem: https://drive.google.com/file/d/1XrbNYkza_qL5crGXzvpIRvtGBgM8XfYC/view?usp=sharing

Black text on a black background ?

We would need to see more. Show your relevant blocks for each screen (identify which screen the blocks relate to)

Here are the blocks on Screen 1

There are no blocks on the Whether screen

Create a small test app with two screens to replicate moving to the Whether screen.

Does that work for you?

I created a new application where I transferred Whether screen from my previous project. The error persists

Herewith a simple example

whether.aia (2.4 KB)

This should work for you ?

Then tell us what is different about this Whether screen of yours ?

Here is my project with a broken screen
GG.aia (2.5 KB)

Works OK here ...

Have you tried compiling it into apk?

I moved your screen to my app and the problem persists.

Ah, I see what you mean.

Can't see anything in the aia that is out of the ordinary.

Suggest you delete and recreate "Whether" from the beginning, testing as you go.

1 Like

Oh, interesting.

Issues could be arising if you are moving screens from one app to another ?

We see that

Where's the place you use TinyDB to transfer data across screens?

I used to use it in the settings screen, but then I removed it. I also use TinyDB in the Chat screen.