# MS Edge팀, 듀얼/폴더블 화면을 위한 Web API 공개

> Clean Markdown view of GeekNews topic #2898. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2898](https://news.hada.io/topic?id=2898)
- GeekNews Markdown: [https://news.hada.io/topic/2898.md](https://news.hada.io/topic/2898.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-09-24T10:01:37+09:00
- Updated: 2020-09-24T10:01:37+09:00
- Original source: [blogs.windows.com](https://blogs.windows.com/msedgedev/2020/09/14/introducing-dual-screen-foldable-web-apis/)
- Points: 5
- Comments: 1

## Topic Body

CSS

ㅤ→ screen-spanning : single-fold-vertical, single-fold-horizontal

ㅤ→ env(fold-top/left/width/height) : 접혀지는 영역 크기

JS

ㅤ→ getWindowSegments() 로 각 분할된 윈도우 객체를 배열로 리턴

- 현재는 한번 접는(single fold) 만 있지만, 차후에 2번 접는 3화면 기기가 나오면 CSS 는 dual-fold 같은 값이 추가 될 수 있음. JS는 배열이라 바로 적용 가능.

- Edge 86 부터 듀얼스크린/폴더블을 에뮬레이트 해서 테스트 가능

- 크롬이나 안드로이드에도 적용을 제안한 상태

## Comments



### Comment 2972

- Author: xguru
- Created: 2020-09-24T10:01:42+09:00
- Points: 1

현재로선 서피스 듀오, 갤럭시 폴드, LG V50 정도가 고려 대상이겠네요.
