[SOLVED ]Horizontal Input only goes "right" (positive) on mobile (Joystick Pack by Fenerax Studios)

I try to use a virtual joystick on mobile.

I have tried out the CrossPlatformInputManager example in the Standard Assets and currently I am trying the Joystick Pack by Fenerax Studios.

In both I have the same issue. When testing by moving the virtual joystick with the mouse it works fine but when using my mobile device I can only move to the right (when logging the value it’s always between 0 and 1 and never negative).

It seems as if the movement to the left is blocked somehow but I don’t know why.

Thanks.

For the canvas I used “Screen Space - Camera” before.

Now I have changed it to “Screen Space - Overlay”

This seems to solve the issue.