I am encountering an issue where Mobile Players are unable to interact with a TextBox GUIObject. PC Users are able to interact with it, but for some reason, Mobile Users arent. Any Ideas?
I can provide videos of my issue if needed.
If you’re using a MouseButton1Click
function, it only registers if it’s a mouse click, not any other interaction.
TextBox not text button. unless they actually work the same?
Im not sure then, usually they can type in the text box right? How is it not interacting, like you can’t type in it, or after it looses focus.
cant type in it at all
[extra characters]
Im not sure, I haven’t had this problem, The best thing I can do is boost. So might as well.
This is probably a bug. Head on over to #bug-reports:engine-bugs or #bug-reports and report it there.
im not sure it is because it could be the design of the ui
*im messing around with it now to see if that is the issue
fixed - messed around with some ui, made sure the size was large enough
not ENTIRELY sure what fixed it, but if u ever need this in the future:
- Make sure the ‘active’ property is turned on.
- Make sure the ui is large enough for someone to click on
- Make it scale to fit screen size
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.