In App browser throws "Cannot read property 'arguments' of null" on browser

Hi all,

I have installed the In App browser plugin in my application. When this code executes:

const browser = this.iab.create('https://ionicframework.com/');

Everything works fine in an Adnroid device.
However, when I execute it via ionic serve, I get the following error:

The exact same happens when I execute window.open('https://ionicframework.com/');

My Ionic info:

global packages:

@ionic/cli-utils : 1.2.0
Cordova CLI      : 7.0.1 
Ionic CLI        : 3.2.0

local packages:

@ionic/app-scripts              : 1.3.7
@ionic/cli-plugin-cordova       : 1.2.0
@ionic/cli-plugin-ionic-angular : 1.2.0
Cordova Platforms               : android 6.2.3 browser 4.1.0
Ionic Framework                 : ionic-angular 3.2.1

System:

Node       : v7.10.0
OS         : Linux 3.13
Xcode      : not installed
ios-deploy : not installed
ios-sim    : not installed