0
我的項目在AngularJS中,並且我的項目中具有外部郵件可以從我的郵件應用程序預覽的功能。現在,我正在使用iFrame預覽此郵件。但是在更新chrome瀏覽器之後,頁面由於iFrame而閃爍太多,並且因爲iFrame現在已被棄用而想要移除此iFrame。限制CSS應用於哪個DIV
但刪除iFrame後有一個問題。在我的外部郵件中也包含CSS。現在,如果我使用DIV而不是iFrame,那麼CSS也適用於我的模板並更改我的模板的設計。
所以,請給我替代iFrame的解決方案。
你能給我一個確切的例子嗎@sebastian –
[https://developers.google.com/web/fundamentals/primers/shadowdom/](https://developers.google.com/web/fundamentals/primers/shadowdom /) – Sebastian