Now I want to display Facebook Page inside tab template. I just trying to integrate page using javascript shown in facebook tutorial https://developers.facebook.com/docs/plugins/page-plugin. But it only work on browser but not in actual application when run in andaroid.
I have the same problem. The posted solution does not work. It loads fine when using ionic run --livereload but not when doing ionic run.
I can use use Chrome’s web inspector and see that the content is downloaded from Facebook, but it’s never rendered when doing Ionic run. I have no idea what the problem is.