Esri / nearby

Nearby is a configurable app template that allows users to identify features closest to a searched location
Apache License 2.0
4 stars 4 forks source link

HTML markup on mobile #8

Open Nataliya1 opened 2 years ago

Nataliya1 commented 2 years ago

I have a NearBy app and it works as expected on desktop. But for the mobile view, for the area with no results, I get the message, but the content of the message in shown with the html markups. Please see attached image.

Also, here is a link to the app: https://omaha.maps.arcgis.com/apps/instant/nearby/index.html?appid=f21c3acc86364ddd8b96fc42fc60060b

image

Thanks,

kellyhutchins commented 2 years ago

It's a bug on the mobile view where it renders the markup along with the no results message you defined during configuration. We'll get it fixed in the next release of online. In the meantime you can workaround the issue by going into the Text Results > "Text for no results" section of the configuration experience. Then click "edit" and click the Source button then you'll see the html tags. You can remove them from the source then hit ok and republish and the html should no longer be in the text.

Nataliya1 commented 2 years ago

Thank you.