Re: [w3c/manifest] Add a way to query whether there is a UA-provided back button (#693)

@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