$(window).width() and chrome

$(window).width() and chrome

with $(window).width(); I get

chrome :  1746
firefox opera safari : 1920 

why is Chrome totally wrong ?  and how can I  get the real page width   on .ready and .resize ?

thank you