External Links

Hey everyone, I have a problem, in the following code, <ion-list> <ion-item nav-clear menu-close class="item" href="#" onclick="window.open('https://play.google.com/store/apps/details?id=com.ea.game.fifa15_row', '_blank', 'location=yes');"> <i class="icon ion-thumbsup"></i> Link 1 </ion-item> <ion-item nav-clear menu-close class="item" href="#" onclick="window.open('https://m.youtube.com/watch?', '_self', 'location=no');"> <i class="icon ion-android-playstore"></i> Link2 </ion-item> </ion-list>

there is a list with items, which are links, but the problem is that I do not open the external form, such as a m.youtube / … I should launch the YouTube application or Chrome, for example in Android. Logic. But runs the pages within the application.
From already thank you very much :smile:

you need to set ‘_system’ instead of _self