Sanjay Vijayakumar
Chennai ,
October 15, 2017 21:40 IST
Updated:
October 15, 2017 21:41 IST
“;
var device = “”;
for ( var type in WFClientTypeDef) {
if (window.matchMedia(WFClientTypeDef[type]).matches) {
switch (type) {
case “xlarge”:
device = ‘desktop’;
break;
case “large”:
device = ‘desktop’;
break;
case “medium”:
device = ‘tab’;
break;
case “small”:
device = ‘mobile’;
break;
}
break;
}
}
var writeOnDocument = true;
var skipOnDeviceValue = “[medium, small]”;
var noSkipOnDevice = skipOnDeviceValue.length > 0;
if(noSkipOnDevice) {
if (skipOnDeviceValue.indexOf(“large”) > -1 && ‘desktop’ == device) {
…
var device = “”;
for ( var type in WFClientTypeDef) {
if (window.matchMedia(WFClientTypeDef[type]).matches) {
switch (type) {
case “xlarge”:
device = ‘desktop’;
break;
case “large”:
device = ‘desktop’;
break;
case “medium”:
device = ‘tab’;
break;
case “small”:
device = ‘mobile’;
break;
}
break;
}
}
var writeOnDocument = true;
var skipOnDeviceValue = “[medium, small]”;
var noSkipOnDevice = skipOnDeviceValue.length > 0;
if(noSkipOnDevice) {
if (skipOnDeviceValue.indexOf(“large”) > -1 && ‘desktop’ == device) {
…
Read the full article at: http://www.thehindu.com/business/Industry/information-utility-under-the-ibc/article19866301.ece