You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything installs fine using cocoonjs run android (Android 4.2) but CSS3 animations still don't render properly and there is noticeable lag in general. Makes me think it's just the standard Webview. The App file is only around 7mb which could also be an indicator..
The App is built with Ionic/Angular.
Any ideas?
The text was updated successfully, but these errors were encountered:
The easiest way would be to use navigator.userAgent to check the user agent. If it's using a modern version of chrome like Chrome/39.0.2171.95 then you're good.
My user agent is:
userAgent: "Mozilla/5.0 (Linux; Android 5.0.2; Moto G Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36"
That means that I'm still using the default device webview?
My App size is also around 7mb ...
What's the best way to tell if Webview+ has indeed been complied and my app is using it?
Installed using these docs:
https://www.npmjs.org/package/cocoonjs
Everything installs fine using cocoonjs run android (Android 4.2) but CSS3 animations still don't render properly and there is noticeable lag in general. Makes me think it's just the standard Webview. The App file is only around 7mb which could also be an indicator..
The App is built with Ionic/Angular.
Any ideas?
The text was updated successfully, but these errors were encountered: