-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Problem displaying some images in Chrome mobile #1678
Comments
Hmm, I think Chrome on Android might have a bug. What Android phone are you using? We test our rendering on the Pixel 8. |
huawie p50 with latest version of chrome: snapdragon 888 with 8gb ram. I have uploaded some images having this problem on cornerstone3D in the link below: Please check one or two of the images. all of image displayed on cornerstone v2 without any problem. Can the problem be from vtk-js? |
Not sure really since firefox works. I don't have huawie p50, so i don't think i can debug this really |
i make an example for this issue. do you have not problem on your phone so can you see rendered image on mobile chrome? |
Similar issue #1653 it's due to OES_texture_float_linear extension support missing in Chrome GPU driver on Huawei devices |
I downgraded to cornerstone3D@^1.78.1, and it can render normally, but some very old models, such as Huawei mate9, still cannot render |
this is my console warning : |
I think you can try to see if this plugin is missing |
https://webglreport.com |
Can you provide your |
If so, would trying to update the My guess is that the problem is probably a version compatibility issue, On |
You need to send the webgl 2 (notice 2.0) report, not 1 |
Try to see why it's not available by checking chrome://gpu adresse in chrome, maybe the extension is disabled for some reason |
i found reason of issue is not |
4096 should we good enough for most data sizes, means the dimension in each direction should be less than 4096 |
Describe the Bug
hi,
I was updating to the cornerstone3D from old cornerstone, but I noticed that some images are not displayed in Chrome Mobile.
But this problem does not exist in Firefox.
i test in ohif viewer local and cornerstone live example (https://www.cornerstonejs.org/live-examples/local). They also have problems:
Steps to Reproduce
There is a problem in displaying the images of Dicom Android Chrome
The current behavior
There is a problem in displaying the images of Dicom Android Chrome
The expected behavior
There is a problem in displaying the images of Dicom Android Chrome
OS
android
Node version
20
Browser
chrome
The text was updated successfully, but these errors were encountered: