-
Notifications
You must be signed in to change notification settings - Fork 32
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
postMessage not working #158
Comments
Hi, thanks. Could you provide a small example? I'm not really sure if that's possible with the webview implementation. Your other tests (Safari, etc.) are on mobile or desktop? You said you are trying on Android, but then also mentioned iOS as a platform. |
iOS Pda tab A:
tab B (newWindow):
tab B (newWindow) couldn't get any message from tab A. |
Sorry for the late reply, we are RWing... |
Thanks! I'll have a look when I can. I don't think there is direct communication between tabs due to framework restrictions, but there might be a way around it with the webview implementation I use. |
When I do something like window.open and post data to that new open window in a user script, nothing works. That window couldn’t receive any message. Same code works well on safari browser or alook app.
Trying this scripts on android.
Platform: ios
App version: 2.6.3
The text was updated successfully, but these errors were encountered: