Hi Everyone!
I hope everyone’s doing well
Since it’s holidays, I’m back on developing apps, so yesterday I found an issue which is occurring in both live & installed apps, on both Android & iOS :
Here are the blocks for my screen, and below them is what I am wanting to do :
The encrypt
function POSTS a message, and then sets the web-viewer to a URL. But what happens is, everytime the screen first time opens, nothing happens. Then I have to go back, and re-open the screen to make it work. After re-opening, the screen works everytime after.
Now, there are two problems I am experiencing :
- If I just have a
Screen Opens
block, the screen doesn’t do anything when opened the first time (since I do not have aScreen Starts
block.) - So I add a
Screen Starts
block too, with the same code pasted from theScreen Opens
block into it. Again it doesn’t work the first time, so adding the Starts block doesn’t do anything special.
The result is still the same, I have to re-open the screen by going back & re-open it to make it work. What’s the problem here?
Thanks!
Merry Christmas & Happy Holidays!