<?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: Links not showing on Android, but they do work in the Player &amp; on iOS in ArcGIS AppStudio Questions</title>
    <link>https://community.esri.com/t5/arcgis-appstudio-questions/links-not-showing-on-android-but-they-do-work-in/m-p/849602#M2733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I started with the Quick Report template and then merged it with the Map Viewer template, so we have essentially got a hybrid of the two templates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Oct 2015 22:32:00 GMT</pubDate>
    <dc:creator>NathanDaniels</dc:creator>
    <dc:date>2015-10-13T22:32:00Z</dc:date>
    <item>
      <title>Links not showing on Android, but they do work in the Player &amp; on iOS</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/links-not-showing-on-android-but-they-do-work-in/m-p/849600#M2731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a scenario where some hyperlinks are not displaying correctly on an Android device. The interesting thing is that these links are visible in the AppStudio Player and also iOS. Here is how they are displayed on iOS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="IMG_1426.PNG" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/130746_IMG_1426.PNG" style="width: 620px; height: 63px;" /&gt;&lt;/P&gt;&lt;P&gt;And here is what the same app looks like on Android:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot_2015-10-12-10-14-59.png" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/130747_Screenshot_2015-10-12-10-14-59.png" style="width: 620px; height: 140px;" /&gt;&lt;/P&gt;&lt;P&gt;The Feedback and Privacy links are not visible. Any ideas why this may be occurring? Is it possible that Android has placed these links underneath the black task bar?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 03:43:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/links-not-showing-on-android-but-they-do-work-in/m-p/849600#M2731</guid>
      <dc:creator>NathanDaniels</dc:creator>
      <dc:date>2015-10-12T03:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Links not showing on Android, but they do work in the Player &amp; on iOS</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/links-not-showing-on-android-but-they-do-work-in/m-p/849601#M2732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which application template are you using?&amp;nbsp; Did you build this app yourself?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 12:23:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/links-not-showing-on-android-but-they-do-work-in/m-p/849601#M2732</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2015-10-13T12:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Links not showing on Android, but they do work in the Player &amp; on iOS</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/links-not-showing-on-android-but-they-do-work-in/m-p/849602#M2733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I started with the Quick Report template and then merged it with the Map Viewer template, so we have essentially got a hybrid of the two templates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 22:32:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/links-not-showing-on-android-but-they-do-work-in/m-p/849602#M2733</guid>
      <dc:creator>NathanDaniels</dc:creator>
      <dc:date>2015-10-13T22:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Links not showing on Android, but they do work in the Player &amp; on iOS</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/links-not-showing-on-android-but-they-do-work-in/m-p/849603#M2734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might be due to scaleFactor issues between displays especially very high resolution Android devices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Few suggestions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If you are using a Text element then make sure it has the width of the app. &lt;/LI&gt;&lt;LI&gt;You could also use &lt;SPAN style="color: #800000;"&gt;fontSizeMode&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;Text&lt;/SPAN&gt;.Fit to make sure font fits correctly in the available space.&lt;/LI&gt;&lt;LI&gt;It could also be that anchors.margins are causing the issue. Try removing or commenting them out.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tip:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If you want to debug then add a Rectangle inside the text element to see how its being rendered on the device&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080;"&gt;Text&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;{&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;id&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #000000;"&gt;links&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;text&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;"Hello"&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;anchors.fill&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #000000;"&gt;parent&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080;"&gt;&amp;nbsp;&amp;nbsp; Rectangle&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;{&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;anchors.fill&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #000000;"&gt;parent&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;color&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;"yellow"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;opacity&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;0.5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 21:18:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/links-not-showing-on-android-but-they-do-work-in/m-p/849603#M2734</guid>
      <dc:creator>SathyaPrasad</dc:creator>
      <dc:date>2015-10-19T21:18:04Z</dc:date>
    </item>
  </channel>
</rss>

