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

meta.stackexchange.com Questions Do Not Deep Link Properly #86

Closed tylerbwong closed 3 years ago

tylerbwong commented 3 years ago

Describe the bug https://meta.stackexchange.com question links have an extra title descriptor in their URL paths and are not handled properly when selected. Example

To Reproduce Steps to reproduce the behavior:

  1. Navigate to https://meta.stackexchange.com
  2. Click any question
  3. Stack does not handle the deep link

Expected behavior Stack should be able to handle question links with trailing title descriptors.

Additional context https://meta.stackexchange.com/questions/355438/no-feedback-and-cant-offer-bounty does not work, but https://meta.stackexchange.com/questions/355438 does.

This could be the case for other sites as well.

tylerbwong commented 3 years ago

Not reproducible.