Final detect scrollbar width change v6 (for detecting windows tablet mode)
Try: Page zoom (ctrl-/+), Pinch zoom (), Switching Tablet mode (Win10), changing mouse settings (OSX), Changing scrollbar width (theme), Changing resolution (pixel density), Changing between using touch and mouse in tablet mode




Scrollbar thickness is 0px at init
and detectGrowNode.scrollHeight is 1
and detectShrinkNode.scrollHeight is 2
Scrollbar thickness is 0px at detectShrinkNode.scrollTop = 1
and detectGrowNode.scrollHeight is 1
and detectShrinkNode.scrollHeight is 2
Scrollbar thickness is 0px at event pageshow
and detectGrowNode.scrollHeight is 1
and detectShrinkNode.scrollHeight is 2
Edit in JS Bin