As mentioned in this unanswered question: WebView throws Receiver not registered: android.widget.ZoomButtonsController
By turning the WebView zoom controls on and of
Put this line in onDestroy works for me:
webView.setVisibility(View.GONE);