Skip to content

Commit

Permalink
docs(cli): Improve information about minWebViewVersion and errorPath (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Sep 15, 2022
1 parent f7029ac commit 4706f83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cli/src/declarations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@ export interface CapacitorConfig {
*
* The minimum supported cannot be lower than version `55`, which is required for Capacitor.
*
* If the device uses a lower WebView version, an error message will be shown on Logcat.
* If `server.errorPath` is configured, the WebView will redirect to that file, so can be
* used to show a custom error.
*
* @since 4.0.0
* @default 60
*/
Expand Down Expand Up @@ -457,6 +461,7 @@ export interface CapacitorConfig {

/**
* Specify path to a local html page to display in case of errors.
* On Android the html file won't have access to Capacitor plugins.
*
* @since 4.0.0
* @default null
Expand Down

0 comments on commit 4706f83

Please sign in to comment.