Vue js application not working on mobiler version

I deployed my Vue Js application and everything works fine when I test it on the web version. However, when I try to use on the mobile version it does not work!
On my laptop I’m able to login and sign up but on phone version it does not work
Can someone help me with that ?

hey @Syiabonga, it’s really hard to make suggestions without knowing a bit more information.

have you tried looking at it in the developer console to see what happens when you emulate a device?

it could me some media queries messing with the display, or it could be a network issue.

can you share a URL so we can take a look?