inaturalist / iNaturalistReactNative

Cross-platform version of the iNat mobile app
MIT License
62 stars 21 forks source link

Some taxa show a wikipedia link that does nothing #2085

Open kueda opened 2 days ago

kueda commented 2 days ago

Describe the bug For some taxa, the Wikipedia link appears on TaxonDetails but does nothing when you tap it

To Reproduce Steps to reproduce the behavior:

  1. Go to TaxonDetails in the app for https://www.inaturalist.org/taxa/296817-Leiobunum-townsendi
  2. Tap on Read more on Wikipedia
  3. Nothing happens

Expected behavior Something should happen, and that something should be that the Wikipedia page should open in an external browser. If we can't do that b/c the URL is missing we shouldn't show the link.

Context (please complete the following information):

Additional context This is probably not a problem in the app, but rather with the data, but who knows.

kueda commented 1 day ago

Might be a duplicate of #1740