'InAppBrowser not working with '_blank' - web Page doesn't load

Here is my code

var options = "location=no,hidden=yes,toolbar=no,hidespinner=yes";
let browser = this.iab.create('https://ionicframework.com/', '_system', options);
browser.show();


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source