Hello! I wondering if someone can help. If I create a basic QtQuick based QML app (non-arcgis), when I run macdeployqt and make my .app, the WebView works fine. But when I use the ArcGIS template to create my app and run macdeployqt and make my .app, WebView does not. Both work fine when running within Qt Creator. The issue with the ArcGIS based app is only when deploying. Is there some special step I need to include to make WebView work on an ArcGIS based app after running macdeployqt?
Please see the two attached projects as examples.