I have an app containing a webview, that runs very poorly on devices where hardware acceleration doesn't work, e.g. some Samsung S4's running 5.0.1
I know from here: Supporting WebGL on Android 5's WebView <http://stackoverflow.com/questions/30844557/supporting-webgl-on-android-5s-webview/30916299#30916299> that I can use Crosswalk and ignore the gpu blacklist, so that it will run smoothly, but this library causes other problems in the app, so I'd rather not use it. What I'd like to do is exclude devices where webgl doesn't work in webviews for whatever reason. I've looked here: https://developer.android.com/google/play/filters.html but I'm not sure if there is a way to specify this. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/a935c043-ca3a-4788-8e0c-f6f8d6c9c777%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

