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
I am trying to use xeokit within a web view in a native iOS application. The sdk is propery loaded into the safari/webkit view and displays the controls and UI as expected. However, when window.bimViewer.loadProject is called, when the SDK attempts to decompress the xkt, I receive the error "unknown compression method". The pako library is minified and included inside the SDK so I am not sure of a clear way to use breakpoints and debug the decompression code.
Any suggestions on better ways to debug this or examples of integrating the viewer inside a native iOS application?
Stacktrace:
Current view when loading:
The text was updated successfully, but these errors were encountered:
I am trying to use xeokit within a web view in a native iOS application. The sdk is propery loaded into the safari/webkit view and displays the controls and UI as expected. However, when window.bimViewer.loadProject is called, when the SDK attempts to decompress the xkt, I receive the error "unknown compression method". The pako library is minified and included inside the SDK so I am not sure of a clear way to use breakpoints and debug the decompression code.
Any suggestions on better ways to debug this or examples of integrating the viewer inside a native iOS application?
Stacktrace:
Current view when loading:
The text was updated successfully, but these errors were encountered: