Github user huningxin commented on a diff in the pull request:

    https://github.com/apache/cordova-android/pull/140#discussion_r21949468
  
    --- Diff: test/src/org/apache/cordova/test/errorurl.java ---
    @@ -22,12 +22,14 @@ Licensed to the Apache Software Foundation (ASF) under 
one
     import org.apache.cordova.*;
     
     public class errorurl extends CordovaActivity {
    +    public CordovaWebView cordovaWebView;
    +
         @Override
         public void onCreate(Bundle savedInstanceState) {
             super.onCreate(savedInstanceState);
             preferences.set("errorUrl", 
"file:///android_asset/www/htmlnotfound/error.html");
             super.loadUrl("file:///android_asset/www/htmlnotfound/index.html");
    +
    +        cordovaWebView = this.appView;
         }
    -    
    -    
     }
    --- End diff --
    
    ditto.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to