prismarine-web-client icon indicating copy to clipboard operation
prismarine-web-client copied to clipboard

Connect and cancel buttons not shown on mobile

Open kf106 opened this issue 3 years ago • 2 comments

Opening Prismarine web client in Chrome on an Android mobile phone doesn't show the connect and cancel buttons when joining a server (and hence you can't join the server)

Android 11, OnePlus DN2103, Chrome 101.0.4951.41

mobile-pwc

kf106 avatar May 13 '22 08:05 kf106

I believe this is intentional as you need to go fullscreen first (hide address bar). The same thing applies to ios as well: or you can install it as app

zardoy avatar Sep 04 '23 13:09 zardoy

Hey! It turns out there is no such button to hide address bar in chrome android, so the best solution I could think of is to add a button that goes to fullscreen: image

Also I've removed any usages of absolutely positioning in favor of fixed so UI always stays on the screen even when browser UI is visible

zardoy avatar Nov 11 '23 19:11 zardoy