cordova-plugin-x5engine-webview icon indicating copy to clipboard operation
cordova-plugin-x5engine-webview copied to clipboard

Change the default WebView used in Cordova to Tencent X5 WebView, improved compatiblity in different Android devices. Cordova整合使用腾讯浏览服务X5内核

Results 10 cordova-plugin-x5engine-webview issues
Sort by recently updated
recently updated
newest added

alert(navigator.userAgent),看到的这样的信息。请问是怎么一回事。谢谢 ![41605922424502823](https://cloud.githubusercontent.com/assets/7098183/18938613/680a4b66-862c-11e6-8956-b1cc75d83119.jpg)

通过命令在demo中添加了x5插件,请问如何加入到原生项目中。

我添加的平台是android7.0,安装这个插件后编译报错,安装android6.4能正常编译,想问一下,是不支持android7.0吗?

如题,导入了多次,各种尝试,均以失败告终,还请提供个demo吧,谢谢

在android里显示没有继承public void evaluateJavascript(String js, ValueCallback callback)这个方法,要不要添加?

感谢分享; 还有一个问题,是首次启动没有加载x5内核的问题; 我的解决办法是在Application的onCreate方法中添加: `QbSdk.initX5Environment(this, QbSdk.WebviewInitType.FIRSTUSE_AND_PRELOAD, null);` 这样就能在第一次启动的时候就加载了。 参考资料: - [加载x5内核类](http://x5.tencent.com/doc?id=1002_1#_1.2)) - [Android开发小技巧之不再使用原生的WebView了](http://www.jianshu.com/p/1bca6c493d2d)