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
2 posts - 2 participants