0

我正在使用flutter_inappwebview。如何制作 javascript 代码navigator.userAgentDatanavigator.userAgentData.xxx接收虚假或编造的信息?由于当前的 WebView/flutter_inappwebview 似乎没有该代码。

我目前正在上课:

class NavigatorUAData{
  final bool mobile;
  final String platform;
  NavigatorUAData({
    this.mobile,
    this.platform,
  })
}

非常感谢任何帮助(编辑:不太顺利)

4

0 回答 0