I’ve exported my application and problem after exporting, while i’m open a screen, screen close automatically and redirect to screen 1
Is it working in the companion?
Yes, no problem in companion
News.aia (612.2 KB)
@abhijith please look into this matter
Providing screenshots of the blocks and the device logs might help figure out what’s wrong.
Where to get the device logs???
I already provide aia, can you check that?
Have you tried setting a clock in milliseconds to see if it stops the problem? Or if you leave the screen still for a certain amount of time and it doesn’t change?
Didn’t get your point, but no clock used, when i open the screen automatically redirect to screen 1.
Here is the screenshot of used extension
Here is the exported apk
News (5).apk (8.0 MB)
Here is the aia
What I mean is that you should create it within the conflicting screen, then within the blocks of that screen place a clock with some animation or something to do a test if when you reach that instance the animation runs and does not jump to the next screen it is because the problem is generated internally and there is some conflict between one of your components. Place it when screenXX initialize
It is a debugging method and to start ruling out problems.