@Override
 protected void onPause() {
   webView.stopLoading();
   super.onPause();
 }