I've got a pdf file stored locally on the device (or simulator). Should I be able to display that file using a WebView? I've added a WebView in my xaml and set the source to the path and file of the pdf. All I get is a blank page. If I set the source to a webpage like "http://www.xamarin.com", it works.
↧