Hey all! I have a textbox that are only meant to be read-only. Players are to use it to copy and paste it wherever they want. For their friends to use in our game for rewards, a referral.
There are 2 problems with the mobile platform:-
They could somehow still able to edit the text even when the settings are set to non-editable.
When the textbox is focused, the content disappears.
On the PC version, it is working as intended. Only the mobile having this issue, not sure if any additional scripting is necessary. I tried looking if anyone has similar problems, can’t seem to find one. Any insight on this issue is appreciated!
Hey! Thanks for the suggestion. I tried setting TextEditable to true, problem still persists. Text disappears on focus on mobile, still editable with or without.
But it made PC text editable which it’s not the intended goal.