<?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: Legend does not display text on Android device in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-does-not-display-text-on-android-device/m-p/206467#M19168</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone else encountered this issue and found a solution? I can't seem to find anything on it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here are my javascript files: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;script src="js/jquery.js"&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;script src="http://js.arcgis.com/3.7compact/"&amp;gt;&amp;lt;/script&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My CSS files as well: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;link rel="stylesheet" href="http://js.arcgis.com/3.7/js/dojo/dijit/themes/claro/claro.css"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" /&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link rel="stylesheet" href="http://js.arcgis.com/3.7/js/esri/css/esri.css"&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 10:12:17 GMT</pubDate>
    <dc:creator>JeffAli</dc:creator>
    <dc:date>2021-12-11T10:12:17Z</dc:date>
    <item>
      <title>Legend does not display text on Android device</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-does-not-display-text-on-android-device/m-p/206464#M19165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, I have a javascript arcgis project that uses a legend to display the sublayers and control the visibility. The legend shows up properly on my computer and on an ipad but the text disappears when I use my android tablet. If anyone has a solution, I would love to hear it. Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 14:38:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-does-not-display-text-on-android-device/m-p/206464#M19165</guid>
      <dc:creator>JeffAli</dc:creator>
      <dc:date>2013-11-20T14:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Legend does not display text on Android device</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-does-not-display-text-on-android-device/m-p/206465#M19166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We've had issues reported with the legend text not displaying on Android. The issues were due to a css problem but that issue has been fixed. Which version of the API are you using? If you are using an older version of the api can you test with 3.7.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 15:48:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-does-not-display-text-on-android-device/m-p/206465#M19166</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2013-11-20T15:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Legend does not display text on Android device</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-does-not-display-text-on-android-device/m-p/206466#M19167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;We've had issues reported with the legend text not displaying on Android. The issues were due to a css problem but that issue has been fixed. Which version of the API are you using? If you are using an older version of the api can you test with 3.7.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently I'm using version 3.7 compact of the javascript API. I'm also using version 3.7 of the esri css.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 15:53:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-does-not-display-text-on-android-device/m-p/206466#M19167</guid>
      <dc:creator>JeffAli</dc:creator>
      <dc:date>2013-11-20T15:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Legend does not display text on Android device</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-does-not-display-text-on-android-device/m-p/206467#M19168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone else encountered this issue and found a solution? I can't seem to find anything on it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here are my javascript files: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;script src="js/jquery.js"&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;script src="http://js.arcgis.com/3.7compact/"&amp;gt;&amp;lt;/script&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My CSS files as well: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;link rel="stylesheet" href="http://js.arcgis.com/3.7/js/dojo/dijit/themes/claro/claro.css"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" /&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link rel="stylesheet" href="http://js.arcgis.com/3.7/js/esri/css/esri.css"&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 10:12:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-does-not-display-text-on-android-device/m-p/206467#M19168</guid>
      <dc:creator>JeffAli</dc:creator>
      <dc:date>2021-12-11T10:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Legend does not display text on Android device</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-does-not-display-text-on-android-device/m-p/206468#M19169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jeff, I was unable to repro the issue on an Android device.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A while back I did encounter this exact problem when testing on Android. The font color was the same as the background color of the legend, so it seemed like the text was not showing up.&amp;nbsp; A temporary work-around was to apply a style to only the text inside the legend widget.&amp;nbsp; Have you tried this approach?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 15:46:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-does-not-display-text-on-android-device/m-p/206468#M19169</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-11-22T15:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Legend does not display text on Android device</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-does-not-display-text-on-android-device/m-p/206469#M19170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Jeff, I was unable to repro the issue on an Android device.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;A while back I did encounter this exact problem when testing on Android. The font color was the same as the background color of the legend, so it seemed like the text was not showing up.&amp;nbsp; A temporary work-around was to apply a style to only the text inside the legend widget.&amp;nbsp; Have you tried this approach?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have not, but I will try it and get back to you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 16:13:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/legend-does-not-display-text-on-android-device/m-p/206469#M19170</guid>
      <dc:creator>JeffAli</dc:creator>
      <dc:date>2013-11-22T16:13:53Z</dc:date>
    </item>
  </channel>
</rss>

