Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-1747

Change signature back to public void init(CordovaWebView, CordovaWebViewClient, CordovaChromeClient)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.2.0
    • 2.2.0
    • cordova-android
    • None

    Description

      The commit

      https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-android.git;a=commitdiff;h=6aafd6dc3aec1ed1fe1d7a3e08d73deedddbc3a3

      changes the signature of a public method

      • public void init(CordovaWebView webView, CordovaWebViewClient
        webViewClient, CordovaChromeClient webChromeClient) {
        + public void init(CordovaWebView webView, CordovaChromeClient
        webChromeClient) {

      which breaks any app that extends DroidGap & calls init with their own
      view and chrome clients.

      Attachments

        Activity

          People

            bowserj Joey Robert Bowser
            bcurtis Bryce Curtis
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: