User1943143334 posted
Hi,
There is no separate Hyperlink control for Mobile Web apps!
What exactly the problem is?
You have used Anchor tag and you expect the user can click on the block!
To get that effect, try the following code!
<a href="#">
<div>
Your Link Data
</div>
</a>
Apply styles for Anchor and DIV tags!
Hope it helps u...