The home of Phabricator/Phorge is just broken on mobile.
As far as I can remember, it just shows the menu:
But it's really duplicated:
So, you never see the contents. You just see the menu.
What should happen instead
On mobile, the menu should be hidden, not the contents. So, you see the contents:
And, if you want, you can see the menu of course, as usual:
I set this as high priority, since this is a really boring issue, even if it's a long-term issue.
Historical notes
Part of the regression was probably introduced here:
https://secure.phabricator.com/rPad01e26af71e7d7936dd2347eca47674255a7838
https://secure.phabricator.com/D17259
https://secure.phabricator.com/T11957
Problematic CSS:
.phabricator-home.device-phone .phabricator-nav-content { display: none; }