aps-simple-viewer-nodejs
aps-simple-viewer-nodejs copied to clipboard
Simple Viewer (Node.js):Autodesk Platform Services application built by following the Simple Viewer tutorial from https://tutorials.autodesk.io.
### What does this PR do? Migrate the simple viewer tutorial to use the new sdk
Migrating the Node.js code to ES6 modules might not only make the code more up-to-date but also streamline the step-by-step tutorials. For example, if we want to add functionality into...
In the dashboard sample, go into more detail on how the datagrid component is configured, e.g.: - here is how to create the empty grid - here is how to...
Updated viewer with the new sdk version
We tried using this in our in-app browser in our iOS application using WKWebview, but it only works in online mode there, not in offline. I understand it might be...