Is there an IsDir Parameter overload on the constructor for the request? if so try setting it to true.
It just seems to me the browser is not finding the file with the request , Try forgetting the webview for now and try loading the file into a string using System.IO and checking with File.Exists and writing out to the console along with the path. Look in package that was created to make sure the file is where you are expecting it to be. If you are from a windows background, remember that the path will be case sensitive. Just prove first that you can get at the file first before expecting the webview to load it. -- View this message in context: http://monotouch.2284126.n4.nabble.com/No-Content-in-UIWebView-from-Local-File-tp3731667p3732292.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
