You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stacktrace/Logs
When I located the problem through flutter, I found that in the code
`/flutter/packages/flutter/lib/src/services/platform_channel.dart:569`, the information sent from the userscript can only be parsed to
```
onPostMessage
sourceOrigin http://w02k.kancolle-server.com message
```
That might means when the date returned by method_channel, the specific content of the message is not attached.
i will try to debug the swift
Flutter version
3.27.1
Operating System, Device-specific and/or Tool
macOS 15.1.1, xcode 16
Plugin version
master branch,lastest release
Additional information
No response
Self grab
I'm ready to work on this issue!
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
On macos, WebMessageListener onPostMessage executes postmessage in userscript. In callback, message is always empty, but sourceOrigin has data.
Expected Behavior
message has date
Steps with code example to reproduce
I'm use this userscript to catch the web game request:
and i make sure the postMessage have date on it.
but when i received in flutter
the message always is empty
Stacktrace/Logs
Stacktrace/Logs
When I located the problem through flutter, I found that in the code `/flutter/packages/flutter/lib/src/services/platform_channel.dart:569`, the information sent from the userscript can only be parsed to ``` onPostMessage sourceOrigin http://w02k.kancolle-server.com message ``` That might means when the date returned by method_channel, the specific content of the message is not attached. i will try to debug the swiftFlutter version
3.27.1
Operating System, Device-specific and/or Tool
macOS 15.1.1, xcode 16
Plugin version
master branch,lastest release
Additional information
No response
Self grab
The text was updated successfully, but these errors were encountered: