forked from public/cordova-plugin-inappbrowser
updated docs, set hardwareback default to true
This commit is contained in:
@@ -91,7 +91,7 @@ public class InAppBrowser extends CordovaPlugin {
|
||||
private boolean openWindowHidden = false;
|
||||
private boolean clearAllCache= false;
|
||||
private boolean clearSessionCache=false;
|
||||
private boolean hadwareBackButton=false;
|
||||
private boolean hadwareBackButton=true;
|
||||
|
||||
/**
|
||||
* Executes the request and returns PluginResult.
|
||||
|
||||
Reference in New Issue
Block a user