We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074d4d0 commit 9b6b229Copy full SHA for 9b6b229
www/inappbrowser.js
@@ -20,12 +20,6 @@
20
*/
21
22
(function () {
23
- // special patch to correctly work on Ripple emulator (CB-9760)
24
- if (window.parent && !!window.parent.ripple) { // https://gist.github.com/triceam/4658021
25
- module.exports = window.open.bind(window); // fallback to default window.open behaviour
26
- return;
27
- }
28
-
29
var exec = require('cordova/exec');
30
var channel = require('cordova/channel');
31
var modulemapper = require('cordova/modulemapper');
0 commit comments