Currently when I try to hold down on the error message text on the mobile android app there is no way to highlight the message and then copy it
Thanks for reporting.
Need to determine if this can be done with Gio's richtext package - https://pkg.go.dev/gioui.org/x/richtext or if there is some other alternative for rendering the route result / error.
Per Chris Waldon (from Gio) on selecting text via
richtext.InteractiveText
:Not currently. Gio's primary text shaping API needs an update to support mixing style information within single widgets. We know *how* to do it, but it's too big of a project to tackle right now.
For Transito - will probably want to eventually implement a button or similar to copy error messages / the input mobroute route api request unless Gio's text shaping API is updated.
Resolved - requests are automatically copied to clipboard on error or switching to the request tab as of 0.5