<?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: Identify Features using Keyboard - Javascript 3.27 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-features-using-keyboard-javascript-3-27/m-p/501173#M46527</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a prototype app here that mimics the Google Maps approach.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Esri/a11y-map" title="https://github.com/Esri/a11y-map"&gt;GitHub - Esri/a11y-map: A11y map testing&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Feb 2019 21:47:56 GMT</pubDate>
    <dc:creator>KellyHutchins</dc:creator>
    <dc:date>2019-02-25T21:47:56Z</dc:date>
    <item>
      <title>Identify Features using Keyboard - Javascript 3.27</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-features-using-keyboard-javascript-3-27/m-p/501172#M46526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking into the accessibility of my created maps. Which has been going quite well with moving the map with just the keyboard using the arrow keys and zooming in with "+" and "-".&lt;/P&gt;&lt;P&gt;However one of the biggest hurdles that i am coming across is identify features without the use of the click of the mouse but just using the keyboard by itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question is basically has anyone come across this problem before and have managed to get something working or am i missing something that allows me to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do know google maps have a blue square graphic which when you pan the map identifies any features that are inside the graphic and you can can get the attributes of the feature by pressing the relevant number to the name.&amp;nbsp; (See image below).&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="438053" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/438053_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2019 15:09:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-features-using-keyboard-javascript-3-27/m-p/501172#M46526</guid>
      <dc:creator>JamesPrice4</dc:creator>
      <dc:date>2019-02-25T15:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Features using Keyboard - Javascript 3.27</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-features-using-keyboard-javascript-3-27/m-p/501173#M46527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a prototype app here that mimics the Google Maps approach.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Esri/a11y-map" title="https://github.com/Esri/a11y-map"&gt;GitHub - Esri/a11y-map: A11y map testing&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2019 21:47:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-features-using-keyboard-javascript-3-27/m-p/501173#M46527</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2019-02-25T21:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Features using Keyboard - Javascript 3.27</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-features-using-keyboard-javascript-3-27/m-p/501174#M46528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's perfect, thank you &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 12:50:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-features-using-keyboard-javascript-3-27/m-p/501174#M46528</guid>
      <dc:creator>JamesPrice4</dc:creator>
      <dc:date>2019-02-26T12:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Features using Keyboard - Javascript 3.27</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-features-using-keyboard-javascript-3-27/m-p/501175#M46529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kelly, do you anticipate enhancements to the api to make this type of accessibility easier for developers to leverage? For example, take accessible map navigation (with tab and arrow keys or + and - for zooming). It works by default. Great if this expanded capability could be enabled without requiring developers to implement it, or at least, make it easy to implement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Likewise for OOB apps like WAB or configurable apps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2019 23:20:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-features-using-keyboard-javascript-3-27/m-p/501175#M46529</guid>
      <dc:creator>ZorbaConlen1</dc:creator>
      <dc:date>2019-10-17T23:20:51Z</dc:date>
    </item>
  </channel>
</rss>

