1

I am developing the iPhone app using WebView and need to use MVC razor view approach. How to include jQuery for the WebView? Which version it supports? What is the right location to store jQuery files in project?

What will be the code for this method

public override void ViewDidLoad ()
{
    WebView.LoadHtmlString (page, NSBundle.MainBundle.BundleUrl);
} 
yuyoyuppe
  • 1,582
  • 2
  • 20
  • 33
  • Welcome to stackoverflow! I think most of your question has been answered [here](http://stackoverflow.com/a/9432330/657390) – yuyoyuppe Apr 13 '16 at 04:09

0 Answers0