Webview In Ionic

i want to load my website in ionic app straightforward. i use InAppBrowser to load the url but the url bar is not hidden even after i setlocation=no in create method like following
const browser = this.iab.create('https://ionicframework.com/,'_self','location=no'');
also when i press the back button it will go to default home page.
Is there any component in ionic like android provide webview ?