You can disable the privacy screen plugin for InAppBrowser on Android.
Procedure
-
Go to
C:\Kapsel_Projects\<Project_Name>\platforms\android\src\org\apache\cordova\inappbrowser\InAppBrowser.java.
-
Edit the InAppBrowser.java file.
-
Comment out the following line:
dialog.getWindow().setFlags(LayoutParams.FLAG_SECURE, LayoutParams.FLAG_SECURE);