Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

window.postMessage in HTML not work #96

Open
jlake opened this issue Apr 2, 2018 · 2 comments
Open

window.postMessage in HTML not work #96

jlake opened this issue Apr 2, 2018 · 2 comments

Comments

@jlake
Copy link

jlake commented Apr 2, 2018

onMessage can not receive message from WebView.

@liyatang
Copy link

liyatang commented May 18, 2018

send message from webview like this。 see readme.md and this code

// it work 
window.webview.postMessage('....')

// unwork
window.postMessage('...')

@gautamgoshopmatic
Copy link

send message from webview like this。 see readme.md and this code

// it work 
window.webview.postMessage('....')

// unwork
window.postMessage('...')

try window.webView.postMessage('....') , with the V capitalised

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants