dhui68

Results 4 issues of dhui68

hook一下websocket

iframe 的请求,body 是空的

ajax async:false同步请求不生效,不会等success回调后再执行下面代码, 我尝试修复,使用window.prompt("SyncCall",obj),但是发现iOS14不行,iOS14以下正常了。 请问有什么好的方案解决同步问题吗?

enhancement
tip
resolved

在TYAlertScaleFadeAnimation.m文件中, [UIView animateWithDuration:[self transitionDuration:transitionContext] animations:^{ alertController.backgroundView.alpha = 0.0; switch (alertController.preferredStyle) { case TYAlertControllerStyleAlert: alertController.alertView.alpha = 0.0; alertController.alertView.transform = CGAffineTransformMakeScale(0.1, 0.1); break; case TYAlertControllerStyleActionSheet: alertController.alertView.transform = CGAffineTransformMakeTranslation(0, CGRectGetHeight(alertController.alertView.frame)); break; default: break;...