SAP Fiori Client Guide

Disabling the Privacy Screen Plugin for InAppBrowser on Android

You can disable the privacy screen plugin for InAppBrowser on Android.

Procedure

  1. Go to C:\Kapsel_Projects\<Project_Name>\platforms\android\src\org\apache\cordova\inappbrowser\InAppBrowser.java.
  2. Edit the InAppBrowser.java file.
  3. Comment out the following line:
    dialog.getWindow().setFlags(LayoutParams.FLAG_SECURE, LayoutParams.FLAG_SECURE);