I’m taking inAppBrowser and everything works fine, except for a link to the open facebook … opens the Facebook app and not a link, either load the facebook profile.
<nav class="sociales" style="position: absolute;bottom: 5px;z-index: 100;margin-left:90px;">
<a href="#" onclick="window.open('https://www.facebook.com/entelSA', '_system', 'location=yes');"><i class="icon ion-social-facebook"></i></a>
<a href="#" onclick="window.open('https://twitter.com/entel', '_system', 'location=yes');"><i class="icon ion-social-twitter"></i></a>
<a href="#" onclick="window.open('https://www.youtube.com/user/entel', '_system', 'location=yes');"><i class="icon ion-social-youtube"></i></a>
</nav>
As you can see, in all cases I occupy the same codes, twitter and youtube no problem, but opens the facebook app. Anyone know about this?