<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic WebView not working after running macdeployqt. in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/webview-not-working-after-running-macdeployqt/m-p/1017059#M3912</link>
    <description>&lt;P&gt;Hello!&amp;nbsp; I wondering if someone can help.&amp;nbsp; If I create a basic QtQuick based QML app (non-arcgis), when I run macdeployqt and make my .app, the WebView works fine.&amp;nbsp; But when I use the ArcGIS template to create my app and run macdeployqt and make my .app, WebView does not.&amp;nbsp; Both work fine when running within Qt Creator.&amp;nbsp; The issue with the ArcGIS based app is only when deploying.&amp;nbsp; Is there some special step I need to include to make WebView work on an ArcGIS based app after running macdeployqt?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see the two attached projects as examples.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jan 2021 20:57:49 GMT</pubDate>
    <dc:creator>JeremyRoberts2</dc:creator>
    <dc:date>2021-01-14T20:57:49Z</dc:date>
    <item>
      <title>WebView not working after running macdeployqt.</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/webview-not-working-after-running-macdeployqt/m-p/1017059#M3912</link>
      <description>&lt;P&gt;Hello!&amp;nbsp; I wondering if someone can help.&amp;nbsp; If I create a basic QtQuick based QML app (non-arcgis), when I run macdeployqt and make my .app, the WebView works fine.&amp;nbsp; But when I use the ArcGIS template to create my app and run macdeployqt and make my .app, WebView does not.&amp;nbsp; Both work fine when running within Qt Creator.&amp;nbsp; The issue with the ArcGIS based app is only when deploying.&amp;nbsp; Is there some special step I need to include to make WebView work on an ArcGIS based app after running macdeployqt?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see the two attached projects as examples.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 20:57:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/webview-not-working-after-running-macdeployqt/m-p/1017059#M3912</guid>
      <dc:creator>JeremyRoberts2</dc:creator>
      <dc:date>2021-01-14T20:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: WebView not working after running macdeployqt.</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/webview-not-working-after-running-macdeployqt/m-p/1018103#M3918</link>
      <description>&lt;P&gt;We hit a similar issue, but I was able to reproduce the problem standalone. So either what you are seeing is a red herring or we are hitting different issues. In my case, the WebEngineProcess wasn't getting copied from the Qt Kit to my app bundle:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To workaround, I went into my Qt Kit and grabbed "&lt;SPAN&gt;QtWebEngineProcess.app" and copied it to:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;AppName.app\Contents\Frameworks\QtWebEngineCore.framework\Helpers\QtWebEngineProcess.app&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This seems to be the Qt issue I was hitting -&amp;nbsp;&lt;A href="https://bugreports.qt.io/browse/QTBUG-86759" target="_blank"&gt;https://bugreports.qt.io/browse/QTBUG-86759&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 20:42:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/webview-not-working-after-running-macdeployqt/m-p/1018103#M3918</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2021-01-19T20:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: WebView not working after running macdeployqt.</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/webview-not-working-after-running-macdeployqt/m-p/1018227#M3920</link>
      <description>&lt;P&gt;Hi Lucas,&lt;/P&gt;&lt;P&gt;Your reply was very enlightening.&amp;nbsp; I was not aware of this helper .app.&amp;nbsp; So I looked at the package contents and in my case, the WebEngineProcess.app helper actually is getting copied in correctly.&amp;nbsp; What appears to be happening is that if I sign the whole app package, it somehow corrupts that WebEngineProcess.app helper.&amp;nbsp; Before signing, it is approx 26kb and runs fine.&amp;nbsp; After signing it becomes 48kb and the webview no longer works.&amp;nbsp; Any idea what is going on here?&amp;nbsp; True, if I subsequently manually copy back over WebEngineProcess.app in /Helpers it starts working again.&amp;nbsp; But one would think the signing process shouldn't break it.&amp;nbsp; The command I am using to sign our app package is...&lt;/P&gt;&lt;P&gt;codesign --keychain $home/Library/Keychains/login.keychain --deep --force --verbose --timestamp -s "mysigningkey" --entitlements $PROJSOURCEROOT/mac/entitlements.plist --options runtime WebViewTest.app&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 03:40:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/webview-not-working-after-running-macdeployqt/m-p/1018227#M3920</guid>
      <dc:creator>JeremyRoberts2</dc:creator>
      <dc:date>2021-01-20T03:40:42Z</dc:date>
    </item>
  </channel>
</rss>

