prodo-dev / prodo

Prodo is a React framework to build apps faster.
https://docs.prodo.dev
MIT License
115 stars 5 forks source link

Make sure load is called in Chrome #127

Closed andrejak closed 4 years ago

andrejak commented 5 years ago

Chrome doesn't really trigger "load" events on the iFrame, so we have to trigger it manually.

(also noticed one of the options was missing the handler, but it did seem to be working okay before...)

Would close https://github.com/prodo-ai/prodo/issues/124