0
votes

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.

1

1 Answers

1
votes

It doesn't look like you can load private plugins, but there's no reason you can't create a public one and submit it to phonegap build.

Creating Custom Plugins

importing plugins in phonegap build