File tree Expand file tree Collapse file tree 3 files changed +32
-0
lines changed
packages/js-api-generator
src/content/docs/features Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ async function generator() {
8181 'authenticator' ,
8282 'autostart' ,
8383 'barcode-scanner' ,
84+ 'biometric' ,
8485 'cli' ,
8586 'clipboard-manager' ,
8687 'deep-link' ,
@@ -89,6 +90,7 @@ async function generator() {
8990 'global-shortcut' ,
9091 'http' ,
9192 'log' ,
93+ 'nfc' ,
9294 'notification' ,
9395 'os' ,
9496 'positioner' ,
Original file line number Diff line number Diff line change 1+ ---
2+ title : Biometric
3+ description : Prompt the user for biometric authentication on Android and iOS.
4+ ---
5+
6+ import Stub from ' @components/Stub.astro' ;
7+ import PluginLinks from ' @components/PluginLinks.astro' ;
8+
9+ <PluginLinks plugin = " biometric" />
10+
11+ <Stub >
12+
13+ Based on https://github.com/tauri-apps/plugins-workspace/tree/v2/plugins/biometric
14+
15+ </Stub >
Original file line number Diff line number Diff line change 1+ ---
2+ title : NFC
3+ description : Read and write NFC tags on Android and iOS.
4+ ---
5+
6+ import Stub from ' @components/Stub.astro' ;
7+ import PluginLinks from ' @components/PluginLinks.astro' ;
8+
9+ <PluginLinks plugin = " nfc" />
10+
11+ <Stub >
12+
13+ Based on https://github.com/tauri-apps/plugins-workspace/tree/v2/plugins/nfc
14+
15+ </Stub >
You can’t perform that action at this time.
0 commit comments