Unable to show 3D model on iOS 13.x
As the title of this issue mentions to. I have just already test on simulator iOS version 13.x, nothing exception or log info appeared. I don't have any idea for this circumstance
Can you post your code and your model?
BTW, I also found there's not enough info or log for debugging... Since model-viewer is web based, so I usually debug in Flutter Web.
Can you post your code and your model?
BTW, I also found there's not enough info or log for debugging... Since model-viewer is web based, so I usually debug in Flutter Web.
I found out the reason why 3D model not working on iOS 13 from this link: https://github.com/google/model-viewer/discussions/3181
Do you have any idea for this?
<model-viewer> is supported on the last 2 major versions of all evergreen desktop and mobile browsers.
Currently, in our model_viewer_plus v1.2.0 we use model-viewer v1.11.1.
Maybe you should check your Safari's version first.
Did you have any official testing for this situation? I have just work around in this case, just reject 3D viewer on iOS 13 ^_^