0

I am trying to achieve a faster frame rate in a WebView.

I have an html page that contains some WebGL animation. The WebView in my Android App runs it at ~30 FPS, while the same page at ~60 FPS in Chrome, on the same device. Is there any configuration or code that could make the webView to perform similarly to Chrome?

Will Olsen
  • 325
  • 1
  • 2
  • 9

1 Answers1

0

The answer from a previous, related question worked: Android webview slow

After making the changes the page runs at 60 FPS in the webView. Thank you @tomerpacific

Will Olsen
  • 325
  • 1
  • 2
  • 9
  • 2
    What specifically did help? I have the exact same problem (renders smoothly in chrome but lagging in WebView), none of the solutions worked for me – Johan Sep 14 '20 at 06:39
  • Any improvement on this? I have the same problem too. – FilippoG Jul 14 '22 at 23:25