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);
} 
1
  • Welcome to stackoverflow! I think most of your question has been answered here Commented Apr 13, 2016 at 4:09

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.