Hi there,
I am having a weird issue regarding ng-bind-html and Ionic. I am getting some content via JSON and displaying that in my view using ng-bind-html. This content includes some Youtube, Vine, Facebook, and Twitter embeds, some using iFrames, some using script embeds. When inspecting the view in Chrome using ‘grunt serve’ (thanks Yo Ionic!) the view displays and functions as it should. When I deploy the app to my Android device however, the content does not display and I am getting Webpage not available errors for some of the resources. Any idea what might be the issue?