-
Notifications
You must be signed in to change notification settings - Fork 707
Description
Hello !
Before anything, thank you for your work and for sharing it !
Now, my problem.
I just tried this plugin on android and i get very very poor performances.
I first tried on my Vurforia project (making sure vuforia is disabled while webview is displayed) and the performances of my page are literally desastrous on a Pixel C (~2-6 fps when scrolling a scrollable div with very few animations and images on it) on OnePlus 6T it's ok but still slower than on the brower.
The page works perfectly fine on chrome on the same devices.
I tried the sample project, same problem.
I just realized that when splitting the screen to display two apps at the same time, the webview being smaller it runs way more smoothly. (probably due to some rasterization stuff?)
Is there anything i'm missing ? Hardware acceleration is properly enabled on the android manifest.
Thank you :)