Under my angular app , i ve this meta , in the head of my index file
<meta name="viewport" content="width=device-width, initial-scale=1 shrink-to-fit=no">
When using a 19 desktop screen (1280x1024) , strangely i get those values when using Firefox
window.screen.width : 1280
window.innerWidth : 1282
and with Edge Chromium
window.screen.width : 1280
window.innerWidth : 1067
the fierefox dimensions ,seems to be strange (the widow is fullscreen)
Someone can explain ?