Skip to content

Commit d92467f

Browse files
authored
chore(cli): Document iOS schemes limitations (#5905)
1 parent 101a568 commit d92467f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/src/declarations.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ export interface CapacitorConfig {
398398
/**
399399
* Configure the local scheme on iOS.
400400
*
401+
* [Can't be set to schemes that the WKWebView already handles, such as http or https](https://developer.apple.com/documentation/webkit/wkwebviewconfiguration/2875766-seturlschemehandler)
401402
* This can be useful when migrating from
402403
* [`cordova-plugin-ionic-webview`](https://github.com/ionic-team/cordova-plugin-ionic-webview),
403404
* where the default scheme on iOS is `ionic`.

0 commit comments

Comments
 (0)