Demo site looks just OK, there is no possibility to see the website since it stored in assets directory of the application.
I have the following definition in the main page of the application:
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
When I change it to
<meta name="viewport" content="user-scalable=yes, initial-scale=1.5, maximum-scale=1.5, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
it looks much better, but I am not sure this is the correct solution