<?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: HTML5 Offline App issues in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/html5-offline-app-issues/m-p/96089#M8831</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There's a pretty decent blog post on &lt;/SPAN&gt;&lt;A href="http://geospatialscott.blogspot.com/2012/04/phonegap-leaflet-tilemill-offline.html"&gt;using MBTiles with PhoneGap&lt;/A&gt;&lt;SPAN&gt; and the SQLite plugin.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Aug 2012 20:08:47 GMT</pubDate>
    <dc:creator>TomMacWright</dc:creator>
    <dc:date>2012-08-10T20:08:47Z</dc:date>
    <item>
      <title>HTML5 Offline App issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/html5-offline-app-issues/m-p/96084#M8826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have created an HTML5 application for online and offline editng of data. It works pretty well until I have taken the final step and applied an application manifest to cache the files i need to run offline. Obvisouly one of these is the ESRI Api, however when I refresh the page after the initial load of the page i get the following error. "Could not load cross-domain resources: dojox.gfx.svg esri.nls.sjapi.... etc".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What have I missed, I'm thinking the api makes calls to Dojo to load in some resources and as a result its trying to load these but can't ?? However I am still online when I do the refresh, and the browser is pulling everything from the cache. Any advice would be most appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Grant&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 20:41:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/html5-offline-app-issues/m-p/96084#M8826</guid>
      <dc:creator>GrantCarroll</dc:creator>
      <dc:date>2012-04-03T20:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: HTML5 Offline App issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/html5-offline-app-issues/m-p/96085#M8827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Solved my own problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just ran it through firebug and found any files that were not loading, and added them to my manifest file. Now it works.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 22:40:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/html5-offline-app-issues/m-p/96085#M8827</guid>
      <dc:creator>GrantCarroll</dc:creator>
      <dc:date>2012-04-03T22:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: HTML5 Offline App issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/html5-offline-app-issues/m-p/96086#M8828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Out of curiosity, how are you handling data editing while offline, and syncing that data to the server when online?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 13:56:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/html5-offline-app-issues/m-p/96086#M8828</guid>
      <dc:creator>JamesCornwell-Shiel</dc:creator>
      <dc:date>2012-04-09T13:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: HTML5 Offline App issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/html5-offline-app-issues/m-p/96087#M8829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have followed the example on the samples page but I had added in a manual sync button, I will eventually automate this to automatically sync when the application comes back on line. The way I do it is to load in the feature service when the users syncs, grab all the graphics that have been created while offline from local storage (see the HTML5 example on the samples page) and pass them into the feature service and then remove them from local storage. I have also implemented a version of the raster storage as well so that users can have aerials offline, however there is a limit on the local storage size to 5gb so I have been using&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://phonegap.com/"&gt;phonegap&lt;/A&gt;&lt;SPAN&gt; and a &lt;/SPAN&gt;&lt;A href="https://github.com/chbrody/Cordova-SQLitePlugin/"&gt;SQLite plugin &lt;/A&gt;&lt;SPAN&gt; to store the cached map service in a database. I also have a button to manual clear the local storage and database just in case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any other questions happy to answer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 17:56:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/html5-offline-app-issues/m-p/96087#M8829</guid>
      <dc:creator>GrantCarroll</dc:creator>
      <dc:date>2012-04-09T17:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: HTML5 Offline App issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/html5-offline-app-issues/m-p/96088#M8830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi grant,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to do similar application as you have done...Can You Please let me know how you are loading your map service when offline..Are you using MBTiles..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can You please share some resources as to where I can get started...I already have used The Local Stoarage sample from HTML5 samples&amp;nbsp; and Got my dynamic service layer and feature layer to show up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wnat them to show up when offline ..How can I do it...Thank you very much&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 16:36:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/html5-offline-app-issues/m-p/96088#M8830</guid>
      <dc:creator>akpagaakpaga</dc:creator>
      <dc:date>2012-05-25T16:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: HTML5 Offline App issues</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/html5-offline-app-issues/m-p/96089#M8831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There's a pretty decent blog post on &lt;/SPAN&gt;&lt;A href="http://geospatialscott.blogspot.com/2012/04/phonegap-leaflet-tilemill-offline.html"&gt;using MBTiles with PhoneGap&lt;/A&gt;&lt;SPAN&gt; and the SQLite plugin.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2012 20:08:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/html5-offline-app-issues/m-p/96089#M8831</guid>
      <dc:creator>TomMacWright</dc:creator>
      <dc:date>2012-08-10T20:08:47Z</dc:date>
    </item>
  </channel>
</rss>

