Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
Master
Description
There is a mistake at line 104 of "incubator-cordova-android/framework/src/org/apache/cordova/CordovaChromeClient.java"
result.confirm();
should be result.cancel();
Because the action is cancel when the user click cancel button.