What steps will reproduce the problem? 1. 2. 3.
What is the expected output? What do you see instead? without the viewport meta,samsung galaxy s2 will show very small icon and button.
What version of the product are you using? On what operating system? 0.3
Please provide any additional information below. add this code in jqmHead.php function __construct block <code> $viewport = new jqmAttribute('name','viewport'); $viewport_content = new jqmAttribute('content','width=device-width, initial-scale=1'); $this->add(new jqmTag('meta', '', array($this->_charset)));
</code>
- jqmHead.php 4.41KB
Status: New
Labels:
Type-Defect
Priority-Medium