Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Other

New issue 1959 by [email protected]: viewport doesn't work at all
https://code.google.com/p/google-caja/issues/detail?id=1959

What steps will reproduce the problem?
1. I create a responsive site in GAS using bootstrap
2. when you look into a mobile device zoom is not working and media.
3.in mobile it give me desktop layout

not working at any mobile.
where as if i host my application some where else every thing work like charm.


this is what i am using in GAS

function doGet() {
return HtmlService.createTemplateFromFile('AppUI').evaluate().setSandboxMode(HtmlService.SandboxMode.IFRAME);
}

function include(filename) {
  return HtmlService.createHtmlOutputFromFile(filename)
      .setSandboxMode(HtmlService.SandboxMode.IFRAME)
      .getContent();
}

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to