Reputation: 11
I am using Autodesk forge viewer 7.2.0 version and trying to load a 2d(.f2d) Model files . I see the model is been loaded in browser , but while i am trying to load the model in ios devices , i am getting the error as shown in the image of this link [https://i.sstatic.net/eR1Fy.png] because of which the drawing is not loading completely.
Here is the snippet which we were using to load a .f2d files using Viewer API
viewer.loadModel(decodeURI(.f2d url), {globalOffset: {x: 0, y: 0, z: 0}, modelNameOverride: 'zcb'}, () => {}, (aErrorCode) => {});
Upvotes: 0
Views: 182
Reputation: 5342
Is this the offending f2d? Still couldn't reproduce the issue though (Viewer v7/iOS 13):
What's your iOS/Safari/Viewer version and is there anything else to you code that might cause the errors? Any functionality affected?
Upvotes: 0