We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65581b5 commit 07f2af8Copy full SHA for 07f2af8
modules/geom/TGeoPainter.mjs
@@ -1722,7 +1722,7 @@ class TGeoPainter extends ObjectPainter {
1722
ensureBloom(on) {
1723
if (on === undefined) {
1724
if (this.ctrl.highlight_bloom === 0)
1725
- this.ctrl.highlight_bloom = this._webgl;
+ this.ctrl.highlight_bloom = this._webgl && ((typeof navigator === 'undefined') || !/android/i.test(navigator.userAgent));
1726
1727
on = this.ctrl.highlight_bloom && this.ctrl.getMaterialCfg()?.emissive;
1728
}
0 commit comments