<?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: problems with Dojo ComboBox on iPhone, Android in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problems-with-dojo-combobox-on-iphone-android/m-p/166765#M15479</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dojo Combobox problems... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've included the dijit/form/ComboBox in my webapp, and Jason did above.&amp;nbsp; It appears to be working properly on my PC in IE, Firefox and Chrome.&amp;nbsp; But on Andrioid and IOS devices, the combobox seems to be having a lot of problems.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When typing in the combobox, the list appears (most of the time) to be one letter behind the user, not recognizing the user's last keystroke, making it very difficult to properly go to and select the desired list item.&amp;nbsp; It appears to select the 1st entry in the one-letter-behind-version of what you've typed, within the selection anchors (inside the combobox), then when you try correcting it by typing the correct letter over the selection anchor's entry, it does not recognize your keystroke.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The combobox also does not display a scroll bar, and the list is showing above rather than below the combobox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could take Jason's approach, and &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;switch to a native Select dropdown when using mobile devices, but I don't want to because I'm trying to achieve responsive design.&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone successfully employed a combobox, and had it work properly on IOS and Android devices? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Aug 2015 14:05:44 GMT</pubDate>
    <dc:creator>PeggyCorey</dc:creator>
    <dc:date>2015-08-25T14:05:44Z</dc:date>
    <item>
      <title>problems with Dojo ComboBox on iPhone, Android</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problems-with-dojo-combobox-on-iphone-android/m-p/166762#M15476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I wrote a webapp that executes an ArcGIS JS query from the selections of three Dojo ComboBox dropdown menus.&amp;nbsp; The last ComboBox is populated by a Dijit ItemReadFileStore (which is populated by another ArcGIS JS query), which creates a long list of names.&amp;nbsp; I am using the JS API 3.4.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This all works fine on a desktop (and on a Windows phone), but the dropdown menu is having problems on both an iPhone (IOS6) and an Android phone (v4.2.2).&amp;nbsp; When I click the down arrow, the keyboard pops up and hides most of the dropdown (the screen does not resize for the dropdown menu), and there is no scroll bar in the dropdown list, so essentially the list choices are not accessible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried to use a native HTML select element instead of the Dojo element, but I have not been able to get the ItemReadFileStore to populate the dropdown menu this way (I just get an empty box).&amp;nbsp; This isn't idea anyway, b/c I would like if possible to keep the autocomplete functionality and the placeholders that I am now using.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried the Dojo FilteringSelect element, but got the same results.&amp;nbsp; I get a parse error when I tried Dijit Select.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have read comments online from other developers who have had problems with the Dojo ComboBox on iPhones.&amp;nbsp; I am hoping that I don't have to rewrite my query results-&amp;gt;store-&amp;gt;combobox dtropdown ... but any sort of workaround or ideas are appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;some code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;store:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
 var dataItems = {
&amp;nbsp; identifier : 'name',
&amp;nbsp; label : 'name',
&amp;nbsp; items : values
 };

 var menuStore = new dojo.data.ItemFileReadStore({
&amp;nbsp; data : dataItems,
&amp;nbsp; clearOnClose : true
 });

 dijit.byId("schoolMenu").set("store", menuStore);
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;html:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
&amp;lt;select id="Select"&amp;nbsp; forceValidOption="false"&amp;nbsp;&amp;nbsp; data-dojo-type="dijit.form.ComboBox"&amp;nbsp; autoComplete="true" value="" placeholder="&amp;nbsp; Select" class="comboBoxClass1"&amp;nbsp;&amp;nbsp; onchange= "setName(this)"&amp;nbsp; &amp;gt;
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 19:44:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problems-with-dojo-combobox-on-iphone-android/m-p/166762#M15476</guid>
      <dc:creator>deleted-user-ugCMpXci8bn5</dc:creator>
      <dc:date>2014-01-16T19:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: problems with Dojo ComboBox on iPhone, Android</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problems-with-dojo-combobox-on-iphone-android/m-p/166763#M15477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I never did find a solution for this, other than to switch to a native Select dropdown when using mobile devices ...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 17:47:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problems-with-dojo-combobox-on-iphone-android/m-p/166763#M15477</guid>
      <dc:creator>deleted-user-ugCMpXci8bn5</dc:creator>
      <dc:date>2014-06-20T17:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: problems with Dojo ComboBox on iPhone, Android</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problems-with-dojo-combobox-on-iphone-android/m-p/166764#M15478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you supply a bit of your code?&amp;nbsp; My users seem to be able to use the comboBox, they just don't like it.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 22:40:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problems-with-dojo-combobox-on-iphone-android/m-p/166764#M15478</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2014-11-14T22:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: problems with Dojo ComboBox on iPhone, Android</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problems-with-dojo-combobox-on-iphone-android/m-p/166765#M15479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dojo Combobox problems... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've included the dijit/form/ComboBox in my webapp, and Jason did above.&amp;nbsp; It appears to be working properly on my PC in IE, Firefox and Chrome.&amp;nbsp; But on Andrioid and IOS devices, the combobox seems to be having a lot of problems.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When typing in the combobox, the list appears (most of the time) to be one letter behind the user, not recognizing the user's last keystroke, making it very difficult to properly go to and select the desired list item.&amp;nbsp; It appears to select the 1st entry in the one-letter-behind-version of what you've typed, within the selection anchors (inside the combobox), then when you try correcting it by typing the correct letter over the selection anchor's entry, it does not recognize your keystroke.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The combobox also does not display a scroll bar, and the list is showing above rather than below the combobox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could take Jason's approach, and &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;switch to a native Select dropdown when using mobile devices, but I don't want to because I'm trying to achieve responsive design.&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone successfully employed a combobox, and had it work properly on IOS and Android devices? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 14:05:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problems-with-dojo-combobox-on-iphone-android/m-p/166765#M15479</guid>
      <dc:creator>PeggyCorey</dc:creator>
      <dc:date>2015-08-25T14:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: problems with Dojo ComboBox on iPhone, Android</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problems-with-dojo-combobox-on-iphone-android/m-p/166766#M15480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I switched to a native HTML select as well.&amp;nbsp;&amp;nbsp; I found it to works in more situations than either dojo/ComboBox or FilteringSelect. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 14:12:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problems-with-dojo-combobox-on-iphone-android/m-p/166766#M15480</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2015-08-25T14:12:19Z</dc:date>
    </item>
  </channel>
</rss>

