I want to communicate using PostMessage with React (Typescript) that runs on iOS and Android WebView

后端 未结 0 1034
野的像风
野的像风 2021-01-24 04:42

Typescript Code

interface WebToNative {
 TestFunc: { postMessage: (arg: {}) => void }
}

type WebToNativeWindow = typeof window & { webkit: { messageHandle         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题