premii / hn

Hacker News mobile app
MIT License
264 stars 37 forks source link

Use iframe when unable to load the content #29

Open quassy opened 5 years ago

quassy commented 5 years ago

Using the webversion, many sites seem to block loading the content by now. So instead of trying to load it in the app and make it appear nice, you could use an iframe as a fallback to display the site. This way users can stay in the app.

niutech commented 3 years ago

Iframes often don't work due to X-Frame-Options, you can use my x-frame-bypass component.