Hi all,
I am trying to create custom pop ups in ArcPro before publishing layers for use in Field Maps. Everything is working well except for dark mode on iOS. I am using html from normal light mode ArcPro attribute pop ups. The inverse works well for dark mode except for fields where street or address locations are present. iOS or FM app wants to make this some hyperlink that is searchable in a mapping app, but it will black out the location making it sometimes invisible. This auto-linking doesn't mean much to us since Field Maps has a feature to compass/navigate to the feature! Any suggestions? Do I need to change the whole color scheme/field colors where addresses could be had?


Here is an example of the two table colors:
</tr>
<tr valign='top' style='background-color: rgb(255, 255, 255);'>
<td style='padding: 2px;padding-bottom: 5px;border: 1px solid rgb(203, 203, 203);padding-right: 5px;color:rgb(74, 74, 74);'>TOWN</td>
<td style='padding: 2px;padding-bottom: 5px;border: 1px solid rgb(203, 203, 203);color:rgb(0, 0, 0);'>{TOWN}</td>
</tr>
<tr valign='top' style='background-color: rgb(224, 224, 224);'>
<td style='padding: 2px;padding-bottom: 5px;border: 1px solid rgb(203, 203, 203);padding-right: 5px;color:rgb(74, 74, 74);'>LOCATION</td>
<td style='padding: 2px;padding-bottom: 5px;border: 1px solid rgb(203, 203, 203);color:rgb(0, 0, 0);'>{LOCATION}</td>
</tr>