File tree 1 file changed +2
-2
lines changed
plugins/deep-link/guest-js
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ export async function unregister(protocol: string): Promise<null> {
73
73
* await isRegistered("my-scheme");
74
74
* ```
75
75
*
76
- * #### - **macOS / Android / iOS**: Unsupported, always returns `true` .
76
+ * #### - **macOS / Android / iOS**: Unsupported.
77
77
*
78
78
* @since 2.0.0
79
79
*/
@@ -92,7 +92,7 @@ export async function isRegistered(protocol: string): Promise<boolean> {
92
92
* await onOpenUrl((urls) => { console.log(urls) });
93
93
* ```
94
94
*
95
- * #### - **Windows / Linux**: Unsupported, the OS will spawn a new app instance passing the URL as a CLI argument.
95
+ * #### - **Windows / Linux**: Unsupported without the single-instance plugin. The OS will spawn a new app instance passing the URL as a CLI argument.
96
96
*
97
97
* @since 2.0.0
98
98
*/
You can’t perform that action at this time.
0 commit comments