diff --git a/framework/src/com/phonegap/DroidGap.java b/framework/src/com/phonegap/DroidGap.java index b639dd66..336f1628 100755 --- a/framework/src/com/phonegap/DroidGap.java +++ b/framework/src/com/phonegap/DroidGap.java @@ -568,6 +568,7 @@ public class DroidGap extends PhonegapActivity { */ public void clearHistory() { this.urls.clear(); + this.appView.clearHistory(); // Leave current url on history stack if (this.url != null) {