Ask HN: Building Great Embedded Web Apps?
3 comments
Implementing these I’ve found it useful if the iframes content supports iframeresize (http://davidjbradshaw.github.io/iframe-resizer/), window message passing of url changes to the host site via the dom, and typically supports google analytics (usually not possible via iframe, only when embedding using scripts).
Thanks for the tip!
Will it be cross origin? If so I think there are other issues.
Some issues I’m encountering: - Building UI's with no scrolling - Responsive design within iframes - Testing different scenarios my iframe might be in
I really like Typeform’s embedded forms. Anyone have other products which have really good embedded functionality?