trustwallet / trust-web3-provider

Web3 javascript wrapper provider for iOS and Android platforms.
https://trustwallet.com
760 stars 423 forks source link

signTypedMessage can not find #513

Open brave723 opened 6 months ago

brave723 commented 6 months ago

func userContentController(_ userContentController: WKUserContentController, didReceive message: WKScriptMessage) { let json = message.json print("json ------- (json)") } In the above method, if the interface executes postMessage(signTypedMessage) but print("json ------- (json)") does not execute why ?