使用phonegap从AppDelegate.m重新加载应用程序

时间:2012-05-12 04:58:43

标签: objective-c cordova

我正在使用jquerymobile和phonegap开发一款应用。

我想知道有没有办法使用

重新加载应用程序
  • (void)applicationWillEnterForeground:(UIWebView *)theWebView { //在这里重装 } 或
  • (void)applicationWillEnterForeground:(UIApplication *)application { //在这里重装 }

在AppDelegate.m中使用目标c

而不是onresume phonegap事件。

????

谢谢

1 个答案:

答案 0 :(得分:0)

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

[self.viewController.webView reload];