I have discovered a small bug in the embedded links. There is an easy workaround but it might catch others unexpectedly so I thought it worth mentioning. If you put an embedded link to a web page and that link has a space in the name, e.g. '
http://mydomain/Event Name' then when you click the link on an iPhone it crashes the MapRun app. It doesn't happen on Android devices. The workaround is to use
http://mydomain/Event%20Name. I tested with a very minimal 'Hello World' webpage to eliminate other causes.
I thought maybe it was because the URL was being truncated at the space and so an unknown URL would also crash but strangely this produces the expected 404 error, a bit odd.
Opening the URL using Safari works fine. I'm not sure if MapRun uses an interface to the default browser or a (flutter?) web page display library but it looks like there is a minor bug in there somewhere.