Android opens cordova links like file:///android_asset/www/index.html right in the default browser

Hey there. I’m facing a huge problem.
What happened:

  1. Open cordova app main screen, and go to some inner page of my app
  2. Then click on external link, which I open by InAppBrowser plugin and android show me a popup and ask which app use to open this link
  3. After success open external link in default browser (chrome) I click backbutton (I mean system hard button in the bottom of my screen)
  4. Then android show me my app again, and I press soft backbutton on left top corner of the app
  5. Soft button trigger another method with code below: this.$f7.views.main.router.back()
  6. Android shows me my default browser again and open file:///android_asset/www/index.html link in chrome, instead of open it in cordova app.

What I’m expecting:
In step No.6 I expect, when trigger this.$f7.views.main.router.back() method app will show me previews page, which is index page. But don’t open it in default browser like chrome.

Please help I somebody can) Thank you

Just to clarify, are you testing this on an Android device? Or simulator?

Android device ofcourse