You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/opener/guest-js/index.ts
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,14 @@ import { invoke } from '@tauri-apps/api/core'
35
35
*
36
36
* @param url The URL to open.
37
37
* @param openWith The app to open the URL with. If not specified, defaults to the system default application for the specified url type.
38
+
* On mobile, `openWith` can be provided as `inAppBrowser` to open the URL in an in-app browser. Otherwise, it will open the URL in the system default browser.
0 commit comments