That is happening because the zoom options are disabled.
To enable them edit the helper.php file in templates/takai/includes
In line 89 there is this
$document->setMetaData('viewport', 'width=device-width, user-scalable=0, initial-scale=1.0');
Just change the value of user-scalable to 1.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)