this code is working when i run in the browser. But not works in iPhone simulator.
I checked in the console, there is no error.
My goal is to add a Facebook like button which points to my Facebook Page in the ionic app. I try to implement using the basic code from the Facebook developers site. But this is also not working.
<script type="text/ng-template" id="like.html">
<div ng-if="pluginOn" onrender="rendered()" class="fb-like" data-href="https://developers.facebook.com/docs/plugins/" data-layout="standard" data-action="like" data-show-faces="true" data-share="true"></div>
</script>