mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Extracts common logic into web-view-common. The check for http/https is now case insensitive. Fixes #819
This commit is contained in:
5
ui/web-view/web-view.d.ts
vendored
5
ui/web-view/web-view.d.ts
vendored
@@ -55,6 +55,11 @@ declare module "ui/web-view" {
|
||||
*/
|
||||
canGoForward: boolean;
|
||||
|
||||
/**
|
||||
* Stops loading the current content (if any).
|
||||
*/
|
||||
stopLoading(): void;
|
||||
|
||||
/**
|
||||
* Navigates back.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user