I've just noticed that some of the html I'm sending to the UIWebView contains iframes (to display YouTube videos). I see multiple, overlapped ShouldStartLoad and LoadStarted events (etc).
/Mar 6 22:51:47 unknown UIKitApplication:com.company.MilkyJoeApp[0xb009][4417] <Notice>: [CWEB-INFO] ArticleScreen.ViewDidLoad() Mar 6 22:51:47 unknown UIKitApplication:com.crystal-interactive.MilkyJoeApp[0xb009][4417] <Notice>: [CWEB-INFO] ArticleScreen.ViewWillAppear() Mar 6 22:51:47 unknown UIKitApplication:com.crystal-interactive.MilkyJoeApp[0xb009][4417] <Notice>: [CWEB-INFO] ArticleScreen.webView.ShouldStartLoad(): file:///private/var/mobile/Applications/E570F685-302D-44F0-A445-C6F6AA1FE757/Documents/Article/article.html/ Mar 6 22:51:47 unknown UIKitApplication:com.crystal-interactive.MilkyJoeApp[0xb009][4417] <Notice>: [CWEB-INFO] ArticleScreen.webView.LoadStarted() Mar 6 22:51:47 unknown UIKitApplication:com.crystal-interactive.MilkyJoeApp[0xb009][4417] <Notice>: [CWEB-INFO] ArticleScreen.webView.ShouldStartLoad(): http://www.youtube.com/embed/lQpPcD5L6NY?fs=1&feature=oembed Mar 6 22:51:47 unknown UIKitApplication:com.crystal-interactive.MilkyJoeApp[0xb009][4417] <Notice>: [CWEB-INFO] ArticleScreen.webView.LoadStarted() Mar 6 22:51:48 unknown UIKitApplication:com.crystal-interactive.MilkyJoeApp[0xb009][4417] <Notice>: [CWEB-INFO] ArticleScreen.ViewWillDisappear() Mar 6 22:51:48 unknown UIKitApplication:com.crystal-interactive.MilkyJoeApp[0xb009][4417] <Notice>: [CWEB-INFO] ArticlesScreen.ViewWillAppear() Mar 6 22:51:48 unknown UIKitApplication:com.crystal-interactive.MilkyJoeApp[0xb009][4417] <Notice>: [CWEB-INFO] ArticleScreen.ViewDidDisappear() Mar 6 22:51:48 unknown UIKitApplication:com.crystal-interactive.MilkyJoeApp[0xb009][4417] <Notice>: [CWEB-INFO] ArticlesScreen.ViewDidAppear() Mar 6 22:51:49 unknown UIKitApplication:com.crystal-interactive.MilkyJoeApp[0xb009][4417] <Notice>: [CWEB-INFO] HomeScreen.ViewWillAppear()/ Could this lead to the problem outlined by Sebastien, or will the UIWebView deal with its own multiple requests "cleanly"? Thanks -- View this message in context: http://monotouch.2284126.n4.nabble.com/App-is-crashing-at-random-the-app-completely-freezes-indefinitely-tp4436796p4451769.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
