daohoangson / flutter_widget_from_html

Flutter package to render html as widgets that supports hyperlink, image, audio, video, iframe and many other tags.
https://pub.dev/packages/flutter_widget_from_html
MIT License
637 stars 236 forks source link

SoundCloud player iframe problems #150

Closed daohoangson closed 5 months ago

daohoangson commented 4 years ago
<iframe width="100%" height="100%" scrolling="no" frameborder="0" src="https://w.soundcloud.com/player/?url=https%3A%2F%2Fsoundcloud.com%2Fcuhiep%2Ftinh-hinh-dai-dich-covid-19-cap-nhat-den-sang-0604-tinh-te/"></iframe>

On iOS:

On Android:

daohoangson commented 3 years ago

This is still happening...

daohoangson commented 5 months ago

Latest IFRAME appears to work

<iframe width="100%" height="300" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/881549956&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true"></iframe><div style="font-size: 10px; color: #cccccc;line-break: anywhere;word-break: normal;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-family: Interstate,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Garuda,Verdana,Tahoma,sans-serif;font-weight: 100;"><a href="https://soundcloud.com/cuhiep" title="Trần Hiệp" target="_blank" style="color: #cccccc; text-decoration: none;">Trần Hiệp</a> · <a href="https://soundcloud.com/cuhiep/top10-galaxy-note20-ultra-tra" title="Top10 Galaxy Note20 Ultra Trắng" target="_blank" style="color: #cccccc; text-decoration: none;">Top10 Galaxy Note20 Ultra Trắng</a></div>

I'm closing this issue now.