We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aae6f8 commit 64be447Copy full SHA for 64be447
1 file changed
src/plugins/cordova-plugin-inappbrowser/inapp-browser.js
@@ -298,6 +298,7 @@ IframeBrowser.prototype.injectStyleFile = function (callback, args) {
298
IframeBrowser.prototype._createFrame = function () {
299
this._container = document.createElement('div');
300
this._iframe = document.createElement('iframe');
301
+ this._iframe.sandbox = 'allow-modals allow-popups';
302
303
// container style
304
var style = this._container.style;
0 commit comments