Fullscreen API https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API/Guide Guide to the Fullscreen API This article demonstrates how to use the Fullscreen API to place a given element into full-screen mode, as well as how to detect when the browser enters or exits full-screen mode. developer.mozilla.org https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API 딱 두 개만 알면 풀 스크린을 다룰 수 있습니다. docume.. 웹 전반, 브라우저/Web API 5년 전
[Web-API] Web Speech API를 이용한 음성인식 구현 Building A Speech Recognition App Using Javascript - CodeSource.io In this article, we will build a speech recognition application in javascript without any external api or libraries. We will make use of the codesource.io 위 포스팅을 참고해서 작성되었습니다. 이번 포스트에서는 외부 API나 라이브러리를 이용하지 않고 순수한 자바스크립트로만 음성 인식 어플리케이션을 만들어 볼 것입니다. 주로 사용하는 것은 브라우저가 가지고 있는 speechRecognition api 입니다. SpeechRecognition The SpeechReco.. 웹 전반, 브라우저/Web API 5년 전
[Web-API] getCurrentPosition 메서드 이용하여 유저 위치 파악하기 (HTML&DOM) Geolocation API(GPS) - 위치 정보 가져오기 안녕하세요. HTML5에 도입된 자바스크립트 API 첫 시간으로 Geolocation을 선정했습니다. 요즘 핸드폰 앱들을 보면 GPS 정보를 요구하는 앱들이 많죠. GPS 정보를 맞아서 자신 주변의 맛집이나 정보들을 찾아줍니다. 이제 웹에서도 GPS 정보를 가져올 수 www.zerocho.com Geolocation.getCurrentPosition() Geolocation.getCurrentPosition() 메서드는 장치의 현재 위치를 가져옵니다. developer.mozilla.org window 내부 객체 중 재미있는 객체를 알게 되어 조사해보았다. 명령창에 navigator를 찍어보면 그 광활한 내부를 살필 수 있다.. 웹 전반, 브라우저/Web API 5년 전