mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
3
apps/app/ui-tests-app/web-view/web-view-error.ts
Normal file
3
apps/app/ui-tests-app/web-view/web-view-error.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function onLoadFinished(args) {
|
||||
console.log("### onLoadFinished with error: " + args.error);
|
||||
}
|
||||
3
apps/app/ui-tests-app/web-view/web-view-error.xml
Normal file
3
apps/app/ui-tests-app/web-view/web-view-error.xml
Normal file
@@ -0,0 +1,3 @@
|
||||
<Page>
|
||||
<WebView src="https://www.google.com" loadFinished="onLoadFinished" />
|
||||
</Page>
|
||||
Reference in New Issue
Block a user