Showcase

  • Remember the War

            featureTests: function() {
    
              appvars.viewportHeightExtra = 0;
    
              if (Modernizr.iphone || Modernizr.ipad) {
    
                var iosLoc = "http://rememberthewar.com/ios.html";
    
                if (window.location != iosLoc) {
                  window.location = iosLoc;
                }
                appvars.isMobileSafari = true;
                appvars.viewportHeightExtra = 60;
    
              }