Tencent / VasSonic

VasSonic is a lightweight and high-performance Hybrid framework developed by tencent VAS team, which is intended to speed up the first screen of websites working on Android and iOS platform.
Other
11.81k stars 1.61k forks source link

关于useragent #257

Closed blanko0o closed 6 years ago

blanko0o commented 6 years ago

What steps will reproduce the problem? android 如何如实上报手机的useragent而不是一直是Mozilla/5.0 (Linux; Android 5.1.1; Nexus 6 Build/LYZ28E) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Mobile Safari/537.36 Sonic/2.0.0"

What is the expected output? What do you see instead? 上报手机真实的useragent

What version of the product are you using? On what operating system? android3.0.0 使用的是华为荣耀10

Please provide any additional information below. 如果有的话,请在下面提供更多信息。

marlonlu commented 6 years ago

UA可以自定义 com.tencent.sonic.sdk.SonicRuntime#getUserAgent

通过WebView.getSetting 来获取实际UA,然后填入这里即可