cordovaOptions property

dynamic cordovaOptions

Specifies arguments that are passed to the Cordova in-app-browser (if applicable). Options 'hidden' and 'location' are not affected by these arguments. All available options are defined at https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-inappbrowser/. Example of use: { zoom: "no", hardwareback: "yes" }

Implementation

external dynamic /*JSMap of <String,String>*/ get cordovaOptions;
void cordovaOptions=(dynamic v)

Implementation

external set cordovaOptions(dynamic /*JSMap of <String,String>*/ v);