How can we add a link that opens the detail view of the record whose Id is specified in the URL?

How can we add a link that opens the detail view of the record whose Id is specified in the URL

like? I have tried different ways to open the account record whose id is ff08973a-e34c-4f92-8c88-d3e537ac70d7

but when I click the link in the Sugar Mobile application it opens the browser. I want that when the user clicks a link it opens the detail view of the account 

custom.hbs 

<div >
<a href= "sugarcrm:///?page=Accounts%2Fff08973a-e34c-4f92-8c88-d3e537ac70d7" > Test </a><br />
<a href= "sugarcrm://?page=Accounts%2Fff08973a-e34c-4f92-8c88-d3e537ac70d7%2Fedit" > TestEdit </a><br />
<a href="sugarcrm:///Configure?page=Contacts%2Fff08973a-e34c-4f92-8c88-d3e537ac70d7"> View Contact </a><br />
<a href="sugarcrm:///Configure?page=Contacts%2F_ff08973a-e34c-4f92-8c88-d3e537ac70d7"> View Contact2 </a><br />
</div>