To be able to see the site with mobile device such as iPhone, you need to put a meta tag.
Without this, the screen resolution could be wrongly recognized.
<meta name="viewport" content="width=device-width, initial-scale=1.0">
TakTrack.NET now recognize the mobile user agents and renders the layout to fit the small screen size.