chrome browser, in mobile phone mode iphone6,
adds this sentence to the page
< meta name= "viewport" content= "width=device-width, initial-scale=0.5, maximum-scale=0.5, minimum-scale=0.5" >
. At this time, both window.innerWidth and document.documentElement.clientWidth are used to get 750,
but when all scale is changed to 2, window.innerWidth gets 188, while document.documentElement.clientWidth gets 375.
so, what is the reason for this?