0

我正在使用 jquerymobile 和 phonegap 开发一个应用程序。

我想知道有没有办法使用重新加载应用程序

  • (void)applicationWillEnterForeground:(UIWebView*) theWebView { //reload here } 或
  • (void)applicationWillEnterForeground:(UIApplication *)application { //在此处重新加载 }

在 AppDelegate.m 中使用目标 c

而不是 onresume phonegap 事件。

???

谢谢你

4

1 回答 1

0

是的,你可以,试着打电话;

[self.viewController.webView reload];
于 2013-05-18T10:45:46.110 回答