Different behavior iOS App and Thunkable preview

Ciao!

For the same project, I have these differences between the App I see in Thunkable preview and App iOS. These are:

Thunkable:

App iOS:

As you can see, the two text-Input fields contain different values. Those in the Thunkable version are what I expect (the Hint value) that instead don’t appear in the iOS version…

Grazie

Hello @rusticone :wave:
It is weird.
Is this happening on these specific text inputs?
Do you have any blocks that set the text to empty?

1 Like

Thankyou for your reply.
The block on open page is:

The two variables “savMese” and “savCategoria” come from another page and are filled with values or set to *null.

My question in another way is: how have I to set a text input to let it show the *hint value?

Grazie!

Help… :wink:

I don’t see any blocks to update the text input’s hint here, only blocks to update the text itself.
Screenshot 2023-11-28 at 3.21.13 PM

Thank you @matt_conroy

You don’t see any block with hint update because I wanted to output the one set in the design panel…
image
Grazie

Try to force it with the hint block when screen opens
Use the block showed by @matt_conroy

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.