gpt4 book ai didi

ios - 当应用程序进入前台时,如何从在 uiwebview 中打开的 html 页面调用 javascript 函数?

转载 作者:行者123 更新时间:2023-11-28 22:38:07 27 4
gpt4 key购买 nike

我在我的应用程序中使用 uiwebview 来在应用程序中显示 html 页面。当应用程序从后台转到前台时,我想在 html 页面中调用 javascript 函数。我曾尝试使用 stringByEvaluatingJavaScriptFromString 但没有成功。

最佳答案

如果您遇到一些问题,最好显示您的代码,如果您正确使用 webview 及其委托(delegate),那么它应该正确调用方法,这就是我调用 jscript 方法的方式,它一直有效

[ self.myWebView stringByEvaluatingJavaScriptFromString: @"callJsMethod();" ];  

或将值发送到 jscript 方法

 [self.myWebView stringByEvaluatingJavaScriptFromString:[NSString stringWithFormat:@"callJScriptMethod('%d')", argInteger]];

关于ios - 当应用程序进入前台时,如何从在 uiwebview 中打开的 html 页面调用 javascript 函数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15363146/

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