From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../ja/web/api/window/ondeviceproximity/index.html | 101 +++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 files/ja/web/api/window/ondeviceproximity/index.html (limited to 'files/ja/web/api/window/ondeviceproximity') diff --git a/files/ja/web/api/window/ondeviceproximity/index.html b/files/ja/web/api/window/ondeviceproximity/index.html new file mode 100644 index 0000000000..48551acc69 --- /dev/null +++ b/files/ja/web/api/window/ondeviceproximity/index.html @@ -0,0 +1,101 @@ +--- +title: Window.ondeviceproximity +slug: Web/API/Window/ondeviceproximity +tags: + - API + - Event Handler + - Experimental + - Property + - Proximitiy Event + - Reference + - Window +translation_of: Web/API/Window/ondeviceproximity +--- +

{{ ApiRef() }}

+ +

{{event("deviceproximity")}} イベントを受け取るイベントリスナーを指定します。これらのイベントは、デバイスセンサーが、物がデバイスに近づいたこと、または離れたことを検知したときに発生します。

+ +

構文

+ +
window.onuserproximity = funcRef
+ +

funcRef は、{{event("deviceproximity")}} イベントが発生したときに呼び出される関数です。これらは {{domxref("DeviceProximityEvent")}} 型のイベントです。

+ +

仕様

+ + + + + + + + + + + + + + + + +
仕様ステータスコメント
{{ SpecName('Proximity Events', '#device-proximity', 'Proximity Events') }}{{ Spec2('Proximity Events') }}初期定義。
+ +

ブラウザー実装状況

+ +

{{ CompatibilityTable() }}

+ +
+ + + + + + + + + + + + + + + + + + + +
機能ChromeFirefox (Gecko)Internet ExplorerOperaSafari
基本サポート{{ CompatNo() }}{{ CompatVersionUnknown() }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
機能AndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
基本サポート{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("15.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
+
+ +

関連項目

+ + -- cgit v1.2.3-54-g00ecf