Page 1 of 1

Button Name Not Showing in HTML in Deployed Titanium

PostPosted: Thu Jan 11, 2024 1:01 am
by bjorne.raga
I’ve got a question regarding as to why buttons do not have their names in the html on a deployed client.

For example, here is the html of a button from my developer:
predeployed.png
predeployed.png (26.66 KiB) Viewed 1512 times


Here is the html of the same button once deployed:
afterdeployed.png
afterdeployed.png (11.13 KiB) Viewed 1512 times


As you can see, once deployed, all of the properties are gone from the html version of the one from my developer.

Any advice on this? Is there a setting on the deployment I have to check/uncheck or some sort?