pass callNativePlugin

This commit is contained in:
pengfei.zhou
2019-07-19 18:55:08 +08:00
parent 36b478bfb3
commit 64ba346d38
12 changed files with 116 additions and 23 deletions

View File

@@ -19,6 +19,7 @@ log('console', Object.getOwnPropertyNames(console))
setTimeout(() => {
log('exec setTimeout')
context.callNative("modal", "toast", "Hello,Doric!")
}, 1000)
const timerId = setInterval(() => {
log('exec setInterval')