File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
plugins/deep-link/guest-js Expand file tree Collapse file tree 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> {
7373 * await isRegistered("my-scheme");
7474 * ```
7575 *
76- * #### - **macOS / Android / iOS**: Unsupported, always returns `true` .
76+ * #### - **macOS / Android / iOS**: Unsupported.
7777 *
7878 * @since 2.0.0
7979 */
@@ -92,7 +92,7 @@ export async function isRegistered(protocol: string): Promise<boolean> {
9292 * await onOpenUrl((urls) => { console.log(urls) });
9393 * ```
9494 *
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.
9696 *
9797 * @since 2.0.0
9898 */
You can’t perform that action at this time.
0 commit comments