I am utilizing an Autodesk Platform Companies web site on Home windows and Android with no drawback.
Once I open the positioning in iPad or iPhone, the positioning crashes and the web page reloads each time I alter fashions in AggregatedView.
Additionally the button for the Autodesk.BoxSelection extension dosen’t present up. I exploit the code bellow to power the button to indicate.
    agViewer.viewer.addEventListener(Autodesk.Viewing.EXTENSION_LOADED_EVENT, occasion => {
        if (occasion.extensionId === 'Autodesk.BoxSelection') {
                let ext = agViewer.viewer.getExtension(occasion.extensionId);
                ext.addToolbarButton(true);
        }
    });
Each two points do not happen in Android units.
Any clue how you can remedy these two iOS particular points?

