HTMLIFrameElement.setNfcFocus()

Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.

The setNfcFocus() method of the HTMLIFrameElement interface sets whether an <iframe> can receive an NFC event.

Syntax

myIFrame.setNfcFocus(true);

Returns

Void.

Parameters

A Boolean indicating whether the <iframe> can receive an NFC event. Default is false; set to true to allow it to receive NFC events.

Specifications

Not part of any specification.

Browser compatibility

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
setNfcFocus
Non-standard
Chrome No support NoEdge No support NoFirefox No support No
Notes
No support No
Notes
Notes Supported in chrome code only since Firefox version 47.
IE No support NoOpera No support NoSafari No support NoWebView Android No support NoChrome Android No support NoFirefox Android No support NoOpera Android No support NoSafari iOS No support NoSamsung Internet Android No support No

Legend

No support
No support
Non-standard. Expect poor cross-browser support.
Non-standard. Expect poor cross-browser support.
See implementation notes.
See implementation notes.

See also