You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When displaying any dicom our webpage becomes unresponsive on all iOS devices (tested with an iPad10 and iPhone14pro) until the popup is closed. The viewer is responsive on android and desktop devices. This is being rendered on a Blazor window popup.
Windowing can be costly, it gets worse with large data (high number of columns and rows). What size is the data you are loading?
I mainly use Firefox and Chrome, it's been some time I did not test with Safari or Edge.
Hey, just wanted to follow up here - I am working on the same project this issue was brought up for. We're still noticing similar issues on iOS. Alongside freezes, some users are also seeing that the dicom images take an incredibly long time to load, or do not load at all. This only occurs on iOS devices - Android users experience completely normal behavior for the exact same files.
When displaying any dicom our webpage becomes unresponsive on all iOS devices (tested with an iPad10 and iPhone14pro) until the popup is closed. The viewer is responsive on android and desktop devices. This is being rendered on a Blazor window popup.
Code to display the dicom:
JS Invoke call:
loadDicomFile JS:
The text was updated successfully, but these errors were encountered: