Redirect to external link on ionic-tab

Is there any way to point directly a website URL onto the ? I tried the code below but it does not work.

    <ion-tab title="Shop" icon="ion-ios-cart-outline" >
      <ion-view>
        <ion-content>
          <a href-inappbrowser="https://www.amazon.com/"></a>
        </ion-content>
      </ion-view>
    </ion-tab>```

Does anyone have any ideas to work both iOS and Android? Thanks

Hi, You can reference this link