Is it possible to invoke the following native Java statement from JavaScript using PhoneGap Build?
setJavaScriptCanOpenWindowsAutomatically(false)
A third party plugin (Stripe) depends on Android devices having this setting set to false in order to work correctly.