Closed maaljam closed 10 years ago
Thanks for your bug report, this is a priority issue for us, so i'll keep you informed. We are working on it.
Cheers
Anyway, why are you having performance issues with your app? what's exactly not performing well? I know that the user agent is wrong but technically the blink/chromium rendering engine are the latest version.
Our app got faster after webview+ was installed however we experienced some rendering issues that did not exist in the regular webview. For example, areas turn white (flickering) when scrolling through a list or photos. some areas with text appeared clipped somehow. That is why I thought it is because of the chrome version.
Thanks a lot for your help and support.
Hello maaljam
I think that performance issues like that are not related to the version of the user agent. Can you open another issue with a test case that reproduces the flickering issues? Are these issues related to the canvas element or are they related to DOM elements?
Sure. I will open another issue with a test project that poduces this issue. It is related to DOM elements.
Many thanks for support again.
Since you confirmed that webview+ is using latest blink/chromium, this issue can be closed. I have created a separate issue regarding the flickering issue.
Enviroment: CocoonJS: 1.0.0-0.5.0 webview+: 2.1.0 Cordova: 3.5.0-0.2.4
Description: Inquiring userAgent inside a webview+ of a new cocoonjs/cordova app using cocoonjs CLI shows old Chrome version which is 19.77.34.5. This version is causing performance issues to us.
Producing the issue: following the steps in First steps with CocoonJS CLI Page.
Everything was installed, built successfully I can confirm that webview+ is 100% installed, the LudeiTest app size has gone up to 50mb plus I was able to debug the new test app remotely and alert(navigator.useragent)
Expected Result: Chromium should have been updated 30+ version as stated in the plugin change.log