flutter-webview-windows icon indicating copy to clipboard operation
flutter-webview-windows copied to clipboard

js 获取到postmessage 发送的内容 中文乱码

Open githupKing opened this issue 2 years ago • 2 comments

js 获取到postmessage 发送的内容 中文乱码

githupKing avatar Mar 01 '22 02:03 githupKing

I have the same problem.

luyanggao avatar Mar 14 '22 06:03 luyanggao

先遍历map中的中文,用Uri.encodeFull处理下 再json.encode(map), 等js获取到后再解码需要的中文。

luyanggao avatar Mar 16 '22 03:03 luyanggao