tylerbwong / stack

An Android app for browsing Stack Overflow and other Stack Exchange sites.
https://stack.tylerbwong.me
GNU General Public License v3.0
510 stars 34 forks source link

Support Deep Linking to Answers #96

Closed tylerbwong closed 3 years ago

tylerbwong commented 3 years ago

Is your feature request related to a problem? Please describe. Currently Stack does not resolve links like https://meta.stackexchange.com/a/300389/245360 which link to specific answers in a question.

Describe the solution you'd like Ideally Stack could at least deep link to the relevant question (and then scroll down to the answer).

Need to handle /a/ and /answer/ URI formats.

tylerbwong commented 3 years ago

Fixed in 612aeb0ecf6f3eb6b5f810249bf30b056712821d. /a/ will redirect to the corresponding /question/ url.