I'm trying to find the width of the scrollbar on a mobile browsers such as safari, chrome but could not figure out how.
I know there are ways to find the scrollbar width for desktop browsers, but that solution doesn't work for me. It seems clientWidth
/offsetWidth
/scrollWidth
does not return the correct value on mobile browser.
Any help is appreciated.