Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6614545
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T20:21:05+00:00 2026-05-25T20:21:05+00:00

I have a webview in a desktop app, and I have loaded my html

  • 0

I have a webview in a desktop app, and I have loaded my html file. In the head of the html file, I link to javascript files, but it only works when those are remote files, I want it to work for other files in the resources folder. What is the path I should use? Is there some issue I am missing?

HTML:

<head>
  <meta charset="utf-8" />
  <title>MyWebPage</title>
  <!-- this works -->
  <script type='text/javascript' src="http://somewhereontheweb.com/jquery-1.6.2.min.js"></script>
  <!-- this does not -->
  <script type='text/javascript' src="jquery-1.6.2.min.js"></script>
  <!-- this does not -->
  <script type='text/javascript' src="./jquery-1.6.2.min.js"></script>
  <!-- this does not -->
  <script type='text/javascript' src="./Resources/jquery-1.6.2.min.js"></script>
  ...

My objective-c code for the webview in case it is relevant:

- (void)webView:(WebView *)aWebView 
decidePolicyForNavigationAction:(NSDictionary *)actionInformation 
        request:(NSURLRequest *)request 
          frame:(WebFrame *)frame 
decisionListener:(id < WebPolicyDecisionListener >)listener
{
    if ([self requestIsLinkClick:actionInformation]) {
        if ([@"method" isEqual:[[request URL] scheme]]) {
            SEL selector = NSSelectorFromString([[request URL] resourceSpecifier]);
            if ([prototypeDelegate respondsToSelector:selector]) {
                [prototypeDelegate performSelector:selector];
            }
        }
        // [listener ignore];
    } // else {
        [listener use];
    //}
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T20:21:06+00:00Added an answer on May 25, 2026 at 8:21 pm

    I’ve made a class for this purpose, surf here https://github.com/iStopped/iOS-Classes and go in SimpleWebView folder 😉 but before read the readme 😉

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a webView which displays a local html file loaded with jQuery etc.
I have Webview application that uses progress bar dialog. It works fine but the
I have a WebView and the it loads a html page which has javascript
I have a WebView app that includes embedded YouTube videos on a page. But
I have a WebView that loads a local HTML file like this: [webView loadRequest:[NSURLRequest
I'm writing on objective-C. I have WebView and local file index.html has <a href='http://www.google.com'
I have a Sencha Touch app that works great in desktop Chrome, mobile Safari,
I have a webview which will load from file or from the web. I
I have a WebView. I'd like to show some page from my server, but
I have a webview that's supposed to show cyrillic text wv.loadData( myStringHtml, html/text, utf-8);

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.