1
Good afternoon
I’m having trouble making my site responsive, because it is correctly responsive in the PC simulator (link below)
WEBSITE: https://natupot.000webhostapp.com/
WEBSITE MOBILE VERSION: http://mobiletest.me/nokia_lumia_920_emulator/? u=https://natupot.000webhostapp.com/
but in practice it’s not like this, my smartphone recognizes the site as a whole page and it plays the site as I see it on the computer itself, which makes the letters too small
I thank those who help and a happy new year
try putting this metatag in the header:
<meta content='width=device-width, initial-scale=1.0' name='viewport'>
– Miguel
@Miguel I put this metatag, the site was responsive, but no longer appears the vertical scrollbar (scrollbar-y) and I can no longer "scroll the page" I already updated the site with this command, on my mobile does not appear scrollbar, but the PC simulator appears
– Vitor Marques Lourenço
I tested on two cell phones, the first did not release the scrollbar-y and the second worked as planned, thank you! However I need to make sure that works in the vast majority of cell phones, I do not know if there is a way to make my phone work properly
– Vitor Marques Lourenço
Maybe you have some overflow in css like Hidden
– Miguel
only has the Hidden for scrollbar-x
– Vitor Marques Lourenço
I have no idea what it might be, it might be some poorly applied css property, or an inheritance that is not foreseen
– Miguel
You use that framework?
– Nathan
So I will test on other phones, I think q is not working on my cell phone is old and should be with the corrupted OS, in case I confirm I will conclude the doubt
– Vitor Marques Lourenço