我正在使用 jquerymobile 和 phonegap 开发一个应用程序。
我想知道有没有办法使用重新加载应用程序
- (void)applicationWillEnterForeground:(UIWebView*) theWebView { //reload here } 或
- (void)applicationWillEnterForeground:(UIApplication *)application { //在此处重新加载 }
在 AppDelegate.m 中使用目标 c
而不是 onresume phonegap 事件。
???
谢谢你