html - Non responsive zoom on responsive web -
i'm developing mobile version of web , client requested me allow zooming.
the problem in browsers (like iexplorer of windows phone or browser of android) makes normal zoom without resizing window, elements viewed bigger, in other browsers (safari on ios or chrome on android) makes "responsive" zoom, resizing window , adapting elements new size, changing positions.
the client has seen inconsistency , likes first type of zoom, asked me if make "non responsive" zoom working on devices.
i have been researching how didn't find browsers making different zooms or how avoid second type of zooming. if explain me grateful. thanks.
add html inside <head> tag:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
Comments
Post a Comment