Press back buttons into a InAppBrowser's window it reloads my app

I have this on my app:

this.iab.create(this.url, "_blank", "location=yes");

It’s linked to a function, a new windowd it’s opened but if i press the backbutton hardware this reloads my app. Why pressing the backbutton the window it closes as it’s expected?