|
|
@ -2483,12 +2483,12 @@ public class HtmlHelper {
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
|
|
// Note that the browser will recognize meta elements in the body too
|
|
|
|
// Note that the browser will recognize meta elements in the body too
|
|
|
|
if (overview) {
|
|
|
|
if (overview && false) {
|
|
|
|
// fit width
|
|
|
|
// fit width
|
|
|
|
//meta.remove();
|
|
|
|
meta.remove();
|
|
|
|
//document.head().prependElement("meta")
|
|
|
|
document.head().prependElement("meta")
|
|
|
|
// .attr("name", "viewport")
|
|
|
|
.attr("name", "viewport")
|
|
|
|
// .attr("content", "width=device-width");
|
|
|
|
.attr("content", "width=device-width");
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
String content = meta.attr("content");
|
|
|
|
String content = meta.attr("content");
|
|
|
|
String[] param = content.split("[;,]");
|
|
|
|
String[] param = content.split("[;,]");
|
|
|
|