gpt4 book ai didi

javascript - 如何检测iframe是否以 Angular 完全加载

转载 作者:行者123 更新时间:2023-11-30 07:35:02 24 4
gpt4 key购买 nike

无论如何我可以检测 iframe 是否已完成加载?这是我的 iframe 代码:

<div ng-if="isLoadDone" class="col-xs-12">
<div class="text-center"><span class="fa fa-spinner fa-pulse fa-5x fa-fw margin-bottom"></span></div>
</div>
<iframe ng-if="isLoadDone" class="app-iframe" ng-src="{{trustedApplUrl}}"></iframe>

基本上,如果 iframe 未完全加载,我想显示微调器。我想检测 iframe 是否完成加载而不是开始加载。我能够找到方法来确定 iframe 是否开始加载,但不是在 iframe 完成加载时。任何想法?谢谢-金

最佳答案

<iframe (load)="myLoadEvent()" id="myiframe"></iframe>

在组件中

myLoadEvent(){
// do your task
}

这适用于 angular6。这不是为了识别 iframe 是否已完全加载。但是会帮助任何登陆这里加载 iframe 的人

关于javascript - 如何检测iframe是否以 Angular 完全加载,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36723933/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com