mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
remove page import from the snippet
This commit is contained in:
@ -1,11 +1,10 @@
|
||||
// >> web-view-loaded
|
||||
import { EventData } from 'tns-core-modules/data/observable';
|
||||
import { Page } from 'tns-core-modules/ui/page';
|
||||
import { WebView } from "tns-core-modules/ui/web-view";
|
||||
import { isAndroid } from "tns-core-modules/platform"
|
||||
|
||||
export function navigatingTo(args: EventData) {
|
||||
let page = <Page>args.object;
|
||||
console.log("page navigating to");
|
||||
}
|
||||
|
||||
export function webViewTouch(args){
|
||||
|
Reference in New Issue
Block a user