- From: Thomas Steiner <notifications@github.com>
- Date: Tue, 03 Jul 2018 02:01:18 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 3 July 2018 09:01:51 UTC
@warpdesign I envision the media query to update its state dynamically based on the use cases you describe. Like this the app can adapt based on the window state. @aarongustafson You can match media queries in JavaScript with [`matchMedia`](https://developer.mozilla.org/en-US/docs/Web/API/Window/matchMedia). Note that you can also be notified through a [`MediaQueryList`](https://developer.mozilla.org/en-US/docs/Web/API/MediaQueryList) listener when changes happen. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/issues/693#issuecomment-402065506
Received on Tuesday, 3 July 2018 09:01:51 UTC