S9/S9+ specific WebView device crash report S9/S9+ specific WebView device crash report android android

S9/S9+ specific WebView device crash report


Disabling hardware acceleration has now been confirmed as working around the issue on these problematic devices:

val product = Build.PRODUCTval s9ProductsThatNeedWorkaround = arrayOf("starqltesq", "star2qltesq", "starqlteue", "star2qlteue")if (s9ProductsThatNeedWorkaround.contains(product)) {    WebView.setLayerType(LAYER_TYPE_SOFTWARE)}

There may be some cosmetic anomalies when rending web content however.