I noticed this problem which you can see using your Demo as an example. Open an Engadget article using the mobile view. Engadget is clearly shown at the top of the page at this point.
Now select one of the tags for the article and when the list of all articles for that tag is displayed, choose one at random.
Now, instead of Engadget, you will see (getFeedTitle(handhelds) failed) or whatever tag name you chose.
The problem seems to lie within the mobile/functions.php code with the following line
Code: Select all
$feed_title = getFeedTitle($link, $ret_feed_id);
This needs to be $feed_id in this situation, but I'm not sure exactly how it should be implemented. I'm unsure why it can't always be $feed_id to be truthful.
I'm also not sure what triggers the else condition in that section of code so that $feed_id is used.
Really looking forward to the next/previous article links in 1.3.4 btw

AJL