<?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: Navigating with the iPad in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/navigating-with-the-ipad/m-p/358000#M33165</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This will work with the Javascript API only.&amp;nbsp; The touch events were added at 2.0 and will not work in previous versions (1.x) of the API.&amp;nbsp; The Web ADF applications are different and I don't believe have implemented any touch events.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Aug 2010 16:25:43 GMT</pubDate>
    <dc:creator>ScottMoore__Olympia_</dc:creator>
    <dc:date>2010-08-02T16:25:43Z</dc:date>
    <item>
      <title>Navigating with the iPad</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/navigating-with-the-ipad/m-p/357997#M33162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;At the risk of embarrassing myself, I can't figure out how to navigate a &lt;/SPAN&gt;&lt;A href="http://serverapps.esri.com/ArcGIS/rest/services/Hamilton/ParcelsBuildings/MapServer?f=jsapi"&gt;&lt;STRONG&gt;JSAPI map&lt;/STRONG&gt;&lt;/A&gt;&lt;SPAN&gt; using the iPad.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Normally, the following navigation tools are available from the web browser:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Drag to pan&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;SHIFT + Click to recenter&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;SHIFT + Drag to zoom in&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Mouse Scroll to zoom in/out&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;BR /&gt;&lt;SPAN&gt;I can touch the top and bottom of the scale bar to adjust map scaling one click at a time but I can�??t seem to grab the scale bar button and drag it up or down. The browser window shakes when I try to pan using my fingers. And for the life of me, I can�??t figure out how to simulate a shift-drag to zoom in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the same difficulties when using an ADF application as well. I can select features using the point selection tool but I can't create a rectangle to select.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Am I lacking in the arcane art of gesturing or is this truly a drawback to the iPad interface? Would I have better luck using a stylus?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jul 2010 17:02:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/navigating-with-the-ipad/m-p/357997#M33162</guid>
      <dc:creator>ErikAnderson</dc:creator>
      <dc:date>2010-07-23T17:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Navigating with the iPad</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/navigating-with-the-ipad/m-p/357998#M33163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Erik,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At version 2.0 of the JS API which was just released, we support the touch event for devices like the iPad/iPod/iPhone.&amp;nbsp; Take a look at these samples:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples_start.htm#jssamples/mobile_simplemap.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples_start.htm#jssamples/mobile_simplemap.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is also a compact build that might be useful as well:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp_start.htm#jshelp/inside_compactbuild.htm"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp_start.htm#jshelp/inside_compactbuild.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, just make sure you are browsing your services with the 2.0 version of the JS API and it should work for you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Scott&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 15:54:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/navigating-with-the-ipad/m-p/357998#M33163</guid>
      <dc:creator>ScottMoore__Olympia_</dc:creator>
      <dc:date>2010-07-26T15:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Navigating with the iPad</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/navigating-with-the-ipad/m-p/357999#M33164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Scott. Not only was I able to navigate that &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples_start.htm#jssamples/mobile_simplemap.html"&gt;&lt;STRONG&gt;app&lt;/STRONG&gt;&lt;/A&gt;&lt;SPAN&gt; with the iPad, it was also a simple matter of updating the version reference in my own samples to get those working too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So is it fair (or correct) to state that apps written with v1.x of the JSAPI do not work with iOS and Android? Does this also apply to Web ADF applications?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's easy enough to update JSAPI pages but Web ADF may be a whole different animal. What's your take? Or should I take this to another forum?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 21:04:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/navigating-with-the-ipad/m-p/357999#M33164</guid>
      <dc:creator>ErikAnderson</dc:creator>
      <dc:date>2010-07-26T21:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Navigating with the iPad</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/navigating-with-the-ipad/m-p/358000#M33165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This will work with the Javascript API only.&amp;nbsp; The touch events were added at 2.0 and will not work in previous versions (1.x) of the API.&amp;nbsp; The Web ADF applications are different and I don't believe have implemented any touch events.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2010 16:25:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/navigating-with-the-ipad/m-p/358000#M33165</guid>
      <dc:creator>ScottMoore__Olympia_</dc:creator>
      <dc:date>2010-08-02T16:25:43Z</dc:date>
    </item>
  </channel>
</rss>

