Is there a way to block mobile users from opening a website using compose web? for example if the user is on mobile show a dialog warning them that the website isnt optimized for mobile?
Thanks, the reason im asking is because the website I made cant be navigated using a touch screen. I dont know if i messed up something or its because compose web is experimental. So for me a mobile user is a device with no mouse input only touch screen
What browser are you using? Are you using any sliders or just buttons?
I had issues in scaling on Chrome, but it worked well on other browsers. However, after adding
to the head in the html-file it works okay on other browsers.
However, I read that touch interfaces are still lacking because of experimental. I only use buttons, and it seems like it is more ready than dragging.
t
tz311
01/02/2024, 8:30 AM
Thanks for the code it seems to have fixed the scaling issue. I tried google chrome on Android an its buggy but on duckduckgo it works. I cannot scroll on a lazy row but I have implemented navigation buttons so its not a big deal.