Ionic 2 InAppBrowser in ionic view app

I hav a problem with the InAppBrowser.

I did

import {InAppBrowser} from 'ionic-native';
private browser: any;
this.browser = new InAppBrowser(url, '_system');

where url is the website url.

This works on localhost and on ionic-labs.
It doesn’t work in the ioniv view app on android.

Any ideas why it wont work in the ionic view app on android

1 Like

Thanks for this link.

InAppBrowser is not supported in the view app.

Make things clearer.