<?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 Re: QML Has Internet Connection in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/qml-has-internet-connection/m-p/162784#M788</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P lang="en-US" style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Hi,&lt;/P&gt;&lt;P lang="en-US" style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P lang="en-US" style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Can you help to provide a few more details that might help in troubleshooting the issue.&lt;/P&gt;&lt;P lang="en-US" style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;OL style="margin-left: .375in; direction: ltr; unicode-bidi: embed; margin-top: 0in; margin-bottom: 0in; font-family: Calibri; font-size: 11.0pt; font-weight: normal; font-style: normal;" type="1"&gt;&lt;LI lang="en-US" style="margin-top: 0; margin-bottom: 0; vertical-align: middle;"&gt;&lt;SPAN style="font-family: Calibri; font-size: 11.0pt; font-weight: normal; font-style: normal;"&gt;What version of AppStudio are you using to create your app?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI lang="en-US" style="margin-top: 0; margin-bottom: 0; vertical-align: middle;"&gt;&lt;SPAN style="font-family: Calibri; font-size: 11.0pt;"&gt;What is the operating system of your computer and which mobile device are you using to test your app?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI lang="en-US" style="margin-top: 0; margin-bottom: 0; vertical-align: middle;"&gt;&lt;SPAN style="font-family: Calibri; font-size: 11.0pt;"&gt;Also, it might be helpful to see if the issue is reproducible when we run the app in AppStudio Player. Can you try to run your app in the latest version of AppStudio Player. You can install it on Android from &lt;/SPAN&gt;&lt;A href="https://play.google.com/store/apps/details?id=com.esri.appstudio.player"&gt;&lt;SPAN style="font-family: Calibri; font-size: 11.0pt;"&gt;https://play.google.com/store/apps/details?id=com.esri.appstudio.player&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="font-family: Calibri; font-size: 11.0pt;"&gt; and iOS from &lt;/SPAN&gt;&lt;A href="https://itunes.apple.com/us/app/appstudio-player-for-arcgis/id1018006050"&gt;&lt;SPAN style="font-family: Calibri; font-size: 11.0pt;"&gt;https://itunes.apple.com/us/app/appstudio-player-for-arcgis/id1018006050&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="font-family: Calibri; font-size: 11.0pt;"&gt;.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P lang="en-US" style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P lang="en-US" style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Thanks,&lt;/P&gt;&lt;P lang="en-US" style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Anshuman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Mar 2019 23:44:17 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2019-03-20T23:44:17Z</dc:date>
    <item>
      <title>QML Has Internet Connection</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/qml-has-internet-connection/m-p/162782#M786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to determine if my app has an internet connection?&amp;nbsp; It seems like&amp;nbsp;Networking.isOnline is always returning true even though i have airplane mode on on my computer or phone.&amp;nbsp; I have a mode that I allow a user to take the data offline when they know they won't have internet or cell service.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want&amp;nbsp;the app to be able to then come back ONLINE when there is no Network Connection or internet when coming back online&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #8888ff;"&gt;console&lt;/SPAN&gt;.log(&lt;SPAN style="color: #e0a000;"&gt;"-------&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #e0a000;"&gt;Networking.isOnline:&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #e0a000;"&gt;"&lt;/SPAN&gt;,&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #55ff55;"&gt;Networking&lt;/SPAN&gt;.isOnline)

When my app comes back from an offline mode, it has to have internet connection to sync all the data

But is seems like Networking.isOnline is always true?&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 08:33:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/qml-has-internet-connection/m-p/162782#M786</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2021-12-11T08:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: QML Has Internet Connection</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/qml-has-internet-connection/m-p/162783#M787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I think it might be good to check with AppStudio team since you are using the AppFramework Networking module. &lt;A href="https://community.esri.com/group/4076"&gt;AppStudio for ArcGIS&lt;/A&gt;‌ any ideas? Stating the platforms you are seeing this on would be helpful I'm sure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2019 16:23:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/qml-has-internet-connection/m-p/162783#M787</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2019-03-20T16:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: QML Has Internet Connection</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/qml-has-internet-connection/m-p/162784#M788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P lang="en-US" style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Hi,&lt;/P&gt;&lt;P lang="en-US" style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P lang="en-US" style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Can you help to provide a few more details that might help in troubleshooting the issue.&lt;/P&gt;&lt;P lang="en-US" style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;OL style="margin-left: .375in; direction: ltr; unicode-bidi: embed; margin-top: 0in; margin-bottom: 0in; font-family: Calibri; font-size: 11.0pt; font-weight: normal; font-style: normal;" type="1"&gt;&lt;LI lang="en-US" style="margin-top: 0; margin-bottom: 0; vertical-align: middle;"&gt;&lt;SPAN style="font-family: Calibri; font-size: 11.0pt; font-weight: normal; font-style: normal;"&gt;What version of AppStudio are you using to create your app?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI lang="en-US" style="margin-top: 0; margin-bottom: 0; vertical-align: middle;"&gt;&lt;SPAN style="font-family: Calibri; font-size: 11.0pt;"&gt;What is the operating system of your computer and which mobile device are you using to test your app?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI lang="en-US" style="margin-top: 0; margin-bottom: 0; vertical-align: middle;"&gt;&lt;SPAN style="font-family: Calibri; font-size: 11.0pt;"&gt;Also, it might be helpful to see if the issue is reproducible when we run the app in AppStudio Player. Can you try to run your app in the latest version of AppStudio Player. You can install it on Android from &lt;/SPAN&gt;&lt;A href="https://play.google.com/store/apps/details?id=com.esri.appstudio.player"&gt;&lt;SPAN style="font-family: Calibri; font-size: 11.0pt;"&gt;https://play.google.com/store/apps/details?id=com.esri.appstudio.player&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="font-family: Calibri; font-size: 11.0pt;"&gt; and iOS from &lt;/SPAN&gt;&lt;A href="https://itunes.apple.com/us/app/appstudio-player-for-arcgis/id1018006050"&gt;&lt;SPAN style="font-family: Calibri; font-size: 11.0pt;"&gt;https://itunes.apple.com/us/app/appstudio-player-for-arcgis/id1018006050&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="font-family: Calibri; font-size: 11.0pt;"&gt;.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P lang="en-US" style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P lang="en-US" style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Thanks,&lt;/P&gt;&lt;P lang="en-US" style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Anshuman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2019 23:44:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/qml-has-internet-connection/m-p/162784#M788</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-03-20T23:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: QML Has Internet Connection</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/qml-has-internet-connection/m-p/162785#M789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. My version of App Studio is 3.2.79.&lt;/P&gt;&lt;P&gt;2. Testing on Windows 10 and IOS 12.1.4&lt;/P&gt;&lt;P&gt;3. My App Studio Player is 3.2.35&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It fails to show offline in windows when I first go offline on my app (so my app doesn't require network), but Networking.isOnline is still true because it still has a connection.&amp;nbsp; Then i kill the network with either ipconfig /release of disconnection modem (not router).&amp;nbsp; I need to detect that I have not internet access rather quickly, as in both of these instances Networking.isOnline is still true.&amp;nbsp; So then my app thinks it can go back online and this causes numerous issues with the app.&amp;nbsp; I need some type of quick Network tester on top of Networking.isOnline.&amp;nbsp; Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2019 14:01:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/qml-has-internet-connection/m-p/162785#M789</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2019-03-21T14:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: QML Has Internet Connection</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/qml-has-internet-connection/m-p/162786#M790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear M Ka,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As this is an AppStudio question, it's probably asked in the AppStudio community:&amp;nbsp;&lt;A _jive_internal="true" href="https://community.esri.com/groups/appstudio"&gt;https://community.esri.com/groups/appstudio&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometime ago, I wrote a blog on LAN, WIFI, Mobile Network Check. See the blog here:&amp;nbsp;&lt;A _jive_internal="true" href="https://community.esri.com/groups/appstudio/blog/2018/06/19/network-check"&gt;https://community.esri.com/groups/appstudio/blog/2018/06/19/network-check&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2019 20:53:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/qml-has-internet-connection/m-p/162786#M790</guid>
      <dc:creator>StephenQuan1</dc:creator>
      <dc:date>2019-03-27T20:53:28Z</dc:date>
    </item>
  </channel>
</rss>

