Showing
4 changed files
with
4 additions
and
4 deletions
| @@ -31,7 +31,7 @@ struct DefaultWebPage { | @@ -31,7 +31,7 @@ struct DefaultWebPage { | ||
| 31 | Column() { | 31 | Column() { |
| 32 | WdWebComponent({ | 32 | WdWebComponent({ |
| 33 | webUrl: this.url, | 33 | webUrl: this.url, |
| 34 | - backVisibility: true, | 34 | + backVisibility: false, |
| 35 | reload: this.reload | 35 | reload: this.reload |
| 36 | }) | 36 | }) |
| 37 | } | 37 | } |
-
Please register or login to post a comment