[SalesForce] Salesforce1 and HYPERLINK() showing raw html

Has anyone found a way to have a field, which is a formula field that uses HYPERLINK(), to display correctly in the Salesforce1 APP?

Currently in the browser based Salesforce1 it functions correctly, however in the APP it displays the raw HTML (i.e. <a href=.......)

I found an Idea that was 4 years old and based on "Salesforce Mobile" seems the problem has carried over to Salesforce1 APP.

UPDATE:

Support has replicated this issue and it is now in tier 3 for a fix.

Best Answer

Apparently this was a known issue and was released with Spring '16 for the Salesforce1 App and details can be found on https://success.salesforce.com/issues_view?id=a1p30000000jYhZAAU

However, there is still a known issue with new tabs in the browser version of Lightning that is scheduled for Summer '16. https://success.salesforce.com/issues_view?id=a1p30000000eXeWAAU It still generates a link, but loses the Lightning nav/header.

HYPERLINK("/apex/MY_VF_PAGE","View My Page")
Related Topic