0.15 is a very old version now. The cursor: none rule was replaced in by an almost-invisible 1x1 pixel black dot (a fully transparent cursor is replaced by a giant black box on Chrome under Windows).
"Chrome (the browser being used) does not support the CSS rule cursor: none (a decidedly non-standard rule, but useful for Guacamole's purposes). "
Then how about replacing it with a cursor that consists of a 1-pixel transparent image for Chrome users (using cursor: url(imagefile.png);)? It's a hack, yes, but it works.
how can i use this for ios?
Ohmyasy 5 months ago
0.15 is a very old version now. The cursor: none rule was replaced in by an almost-invisible 1x1 pixel black dot (a fully transparent cursor is replaced by a giant black box on Chrome under Windows).
I suppose I should post an updated video...
zoenghangzi 1 year ago
"Chrome (the browser being used) does not support the CSS rule cursor: none (a decidedly non-standard rule, but useful for Guacamole's purposes). "
Then how about replacing it with a cursor that consists of a 1-pixel transparent image for Chrome users (using cursor: url(imagefile.png);)? It's a hack, yes, but it works.
DaVince21 1 year ago
Impressive.
zomgl33thaxx 1 year ago