Page MenuHomePhabricator

After app is opened from external link, tapping on "view page in browser" does not work.
Closed, ResolvedPublic

Description

  • Open a browser app on your device and search Google for "Barack Obama".
  • In the infobox that Google displays, click the "Wikipedia" link, so that our app is invoked to show the Obama article.
  • Scroll to the very bottom, and tap the "View page in browser" link.

Expected:

  • The page correctly opens in an external browser.

Actual:

  • An invalid page is opened in the external browser. The URL in the browser says "en.m.m.wikipedia.org", suggesting that the app is incorrectly appending an extra "m." to the domain name.

Event Timeline

Change 344151 had a related patch set uploaded (by Dbrant):
[apps/android/wikipedia] Fix getting mobile authority for WikiSite when authority is already mobile

https://gerrit.wikimedia.org/r/344151

Change 344151 merged by jenkins-bot:
[apps/android/wikipedia@master] Fix getting mobile authority for WikiSite when authority is already mobile

https://gerrit.wikimedia.org/r/344151

Tested on a Pixel with Android 7.1.1 and Nexus 4 with Android 5.1 on the Beta App 2.5.191-beta-2017-03-31

Appears to be fixed