window.screen.unlockOrientation
io error: No such file or directory (os error 2) (/home/runner/work/yari/yari/mdn/translated-content/files/ko/web/api/screen/index.md)
지원이 중단되었습니다: 이 기능은 더 이상 권장되지 않습니다. 일부 브라우저에서는 아직 지원할 수 있지만 관련 웹 표준에서 이미 제거되었거나 제거 과정에 있는 경우가 있으며, 호환성을 위해 유지되고 있을 수 있습니다. 사용을 피하고 가능하다면 기존 코드를 업데이트하세요. 결정을 지원할 하단의 호환성 표를 확인하세요. 이 기능은 언제든지 작동을 중단할 수 있음을 유의하세요.
Screen.unlockOrientation()
함수는 이전의 page나 앱을 통해 지정한 화면 고정 값들을 모두 제거 한다.
참고 : 이 함수는 설치된 웹앱 또는 full-screen mode 의 웹 페이지들에서 동작한다..
Syntax
var unlocked = window.screen.unlockOrientation();
Return value
성공적으로 unlocked 된 경우 true
를 반환하며, 만약 방향이 unlock 될 수 없다면 false
를 반환한다.
Example
if (window.screen.unlockOrientation()) {
// orientation was unlocked
} else {
// orientation unlock failed
}
명세서
No specification found
No specification data found for api.Screen.unlockOrientation
.
Check for problems with this page or contribute a missing spec_url
to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.
브라우저 호환성
BCD tables only load in the browser