hello,
I’m using ionic2 beta 9 and Wordpress REST API.
I’m successfully get json object from API.
I can show image using <img [src]>.
However, I cannot display the image from the blog post content using [innerHtml]. As image is exist in blog post content with
<img src="example.com/img.png">
and also for embeded youtube video with
<iframe>
again, both of it is in my blog post content.
this problem only occur in mobile and not in ionic serve.
hope I can solve this ASAP. thanks.