cornerstonejs / cornerstone

JavaScript library to display interactive medical images including but not limited to DICOM
https://docs.cornerstonejs.org/
MIT License
2.05k stars 597 forks source link

some android system render dicom different or break down when set webgl #495

Open ifunplus opened 3 years ago

ifunplus commented 3 years ago

if you find the same problem,you can change this:

cornerstone.enable(element, {renderer: "webgl"});

to: cornerstone.enable(element);

System supports webgl,but in some android devices, the canvas shows different, not as good as in computer.

no wbgl: 805e3a602831117782cc649a806c1f0

webgl: 0013917e0226d4c580b71b0885a612a

Dont know why. Does anyone know the reason? Thanks so much for giving me some clues