I have embedded SoundCloud playlist snippet in my PhoneGap application and all I see is a blank space where the player should be.
<iframe width="100%" height="450" scrolling="no" frameborder="no"
src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/12345678&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true">
</iframe>
Has anyone had success embedding the playlist player in PhoneGap?