Simon MacDonald created CB-1845:
-----------------------------------

             Summary: WebSettings.setNavDump() has been removed from API 17
                 Key: CB-1845
                 URL: https://issues.apache.org/jira/browse/CB-1845
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android
    Affects Versions: 2.3.0
            Reporter: Simon MacDonald
            Assignee: Joe Bowser


We've known that WebSettings.setNavDump() has been deprecated for awhile now. 
In API level 17 (Android 4.2) the code has been removed so you cannot compile 
Cordova with API level 17. The class CordovaWebView will throw an error due to 
out call to setNavDump.

Not sure if we want to just out and out remove it, my preference, or use some 
funky reflection to see if the method is available then call it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to