When I am on PC and click a image button it clicks like normal. But if I try and click a billboard GUI on mobile it will only run the mouseenter event, and it is not detecting taps on the button.
1 Like
What are you using to detect the press of the button? I think that might be the problem.
Be sure to use .Activated
instead of one of the .MouseButton1Down
events:
Ah that is the solution. I almost forgot that MouseButton1Down and Up aren’t detected on mobile. Thanks for the help.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.