msmtamburro commented on issue #879:
URL: https://github.com/apache/cordova-android/issues/879#issuecomment-765751259
I think we need to add this before the webview engine creates the webview.
Otherwise, if another webview, in another activity is created, and tries to
write something, the app will crash.
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.P) {
WebView.setDataDirectorySuffix("somethingUniqueForCordova");
}
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]