Deeplinking and redirects in InAppBrowser?

Hello,

I have an application, which opens InAppBrowser for performing auth, then redirects to internal link like myapp://example.com/login/TOKEN_HERE . But Android says ERR_UNKNOWN_URL_SCHEME . If try the same, but from regular browser it open an app correctly.
Here the how i open the link:

this.iab.create('https://example.com/login', '_self', {
  hardwareback: 'yes',
  hidenavigationbuttons: 'yes',
  hideurlbar: 'yes',
});

thanks
alexsunny

Same issue here:

Zoylee App

Try to add in your config.xml file.