Yes first make sure you can see the file as content in your app BuildAction
-> Content

Because I use XSLT Transforms I have always have had html / xml in a
XDocument and use the 
webView.LoadHtmlString(htmlOutput.ToString()) method, and that always works
for me. 

I have never tried using a local request but I guess that should have a
IsDir parameter as well on the constructor (not near a monotouch install at
the moment).

For example when creating a URL I use the application path and use the
second parameter to specify the path is a directory e.g NsUrl baseURL = new
NsUrl(path, true);

Also make sure the bounds of your webview's frame you have calculated is
actually visible on the screen.




--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/No-Content-in-UIWebView-from-Local-File-tp3731667p3732265.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to