Samuel Mannehed
e7a5aa271e
Add short description at the top of browser.js
2021-03-29 12:07:23 +03:00
Samuel Mannehed
ad206180d2
Properly detect scrollbar gutter
...
As a rule, instead of hard-coding a behavior on specific platforms we
should do dynamic detection.
This commit moves away from always hiding scrollbars on Android and iOS
and instead detects the rendered width of scrollbars in the browser.
2021-03-29 12:07:09 +03:00
Samuel Mannehed
0dcb896920
Update copyright to 2019 for modified files
2021-03-29 11:54:44 +03:00
Niko Lehto
19f0803636
Fix url cursor detection on Edge
...
_supportCursorURIs was set to true even when Edge didn't support
URIs because the fallback value "default" was used.
2021-03-29 11:51:50 +03:00
Juanjo Diaz
c6c278f9d5
Replace unnecessary function supportsCursorURIs by a constant variable
2021-03-29 11:35:44 +03:00
Juanjo Diaz
37c17ddbf9
Move support check from display to browser
2021-03-29 11:35:38 +03:00
matt
408c005d3e
Initial commit
2020-09-20 12:16:44 +00:00