Google adapter > 21.0.0.2 breaks hardware acceleration in webview #452
Unanswered
mizunokazumi
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@mizunokazumi - were you able to repro this on v21.0.0.2 as well? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This google-adapter update seems to break hardware acceleration in webview on android.
Cordova + phaser project shows low FPS on startup. After window.location.reload() everything is fixed until the next restart of the application.
If you roll back the
implementation 'com.applovin.mediation:google-adapter:21.0.0.2'
library, then the problem disappears.The bug is reproducible from this commit
773730b5f28610b6b09ecfa3a6a39b126c25a9e7
Beta Was this translation helpful? Give feedback.
All reactions