I have no idea how to open an external browser for the app. I already fixed it under , it works fine as the code below:
<ion-item class="item-icon-right" id="boironMedicineFinder2-list-item1368" href-inappbrowser="https://www.boironusa.com/medicines/" onClick="openExternal(this)">Boiron Shop
<i class="icon ion-ios-cart-outline"></i>
However, when I put , it does not work for the code below:
<ion-tab class="item-icon-right" id="boironMedicineFinder2-list-item1368" href-inappbrowser="https://www.boironusa.com/medicines/" onClick="openExternal(this)">Boiron Shop
<i class="icon ion-ios-cart-outline"></i>
Does anyone have any ideas to work for <ion-tab>
?