I am working on an application that will be deployed to Facebook, so it is being viewed from an iframe inside Facebook chrome.
I have some basic media queries that linearize content in a set viewport size.
When a site is viewed locally in a browser, media queries work fine, but when tested inside Facebook they donβt work chrome.
I assume that resizing the viewport was not detected by the iframe child, so media queries will not have any effect. Is there any way to make this work?
source share