added user-scalable=no to header meta tag (in lieu of fastclick lib)

closes #376 - reopen if necessary.
This commit is contained in:
Julian Lam
2013-10-03 11:47:40 -04:00
parent 948949c571
commit b49c7b8609

View File

@@ -46,7 +46,7 @@ var express = require('express'),
app.build_header = function (options, callback) {
var defaultMetaTags = [{
name: 'viewport',
content: 'width=device-width, initial-scale=1.0'
content: 'width=device-width, initial-scale=1.0, user-scalable=no'
}, {
name: 'content-type',
content: 'text/html; charset=UTF-8'