'URL animation working normally on browser but is very slow on webview

I have this webview created with these settings

wvStructue.settings.javaScriptEnabled=true
            wvStructue.settings.loadWithOverviewMode = true
            wvStructue.settings.useWideViewPort = true
            wvStructue.settings.databaseEnabled = true
            wvStructue.settings.domStorageEnabled = true
            wvStructue.settings.cacheMode = WebSettings.LOAD_CACHE_ELSE_NETWORK
            wvStructue.settings.builtInZoomControls = true
            wvStructue.settings.displayZoomControls = false

In the Manifest

android:largeHeap="true"
android:requestLegacyExternalStorage="true"
android:hardwareAccelerated="true"

Animation on the url loaded in the browser is working fine and fast , in the webview it lags and is very slow.

Anything I can add or remove to fix this ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source