Navigate to Issue in Mobile Glance

I’ve got a connect app that uses glances. I’m working on optimizing the mobile app experience and I can’t find a way to programmatically navigate to an Issue.
On desktop I would use AP.navigator.go but this doesn’t work on the mobile apps. I"m guessing instead I should change this to an anchor tag that points to the issue canonical URL. How can I generate a canonical url for an issue either via the rest API or AP object?

Also, is there a way to detect the color scheme on iOS? If the user is in dark mode I want to adapt accordingly.

1 Like