web-maker
web-maker copied to clipboard
Web app not working on Safari
Problems:
- [x] requestIdleCallback not defined
- [ ] Not able to access about://blank frame from a different domain. It should be. (https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy)
Not sure why we have src="about://blank". I removed it from both ContentWrap.jsx and preview.html. It works fine on Safari.
That is required so that the iframe can be manipulated from outside. I'll try again with about://blank removed. Maybe we can set that domain conditionally where requirerd.