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 1011405
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T09:13:45+00:00 2026-05-16T09:13:45+00:00

I need to modify dynamically a Javascript inside my UIWebView. I load a file

  • 0

I need to modify dynamically a Javascript inside my UIWebView. I load a file html locally, inside the Documents folder of my app.

I need to create a var attributes like this:

var attributes = {
    "feedURL": "http://www.obliviux.com/?feed=rss2", //insert NSString *RSS here
    "maxAgeToShow": "-1",  //insert NSString *maxAge here
    "numItemsToShow": "10",  //insert NSString *numItems here
    "topStories": "3"  //insert NSString *topStories here
};

And modify their value with some NSString I have saved..

How can i do this?

  • 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-16T09:13:46+00:00Added an answer on May 16, 2026 at 9:13 am

    First of all, you can load your html-data from a plain NSData-object. Keeping that in mind, you can load a NSString from your file, replacing ‘__feed_url__’ (for example) with your NSString.

    UIWebView *webView = [[UIWebView alloc] initWithFrame:yourRect];
    NSString *template = [[NSString alloc] initWithContentsOfFile:yourTemplateFile];
    template = [template stringByReplacingOccuresOfString:@"__feed_url__" withString:yourFeedURL];
    [webView loadData:[template dataUsingEncoding:NSUTF8StringEncoding] MIMEType:@"text/html" textEncodingName:@"utf8"];
    

    Besides that, you could consider this:

    - (void)viewDidLoad {
        ...
        self.webView.delegate = self;
        ...
    }
    
    - (void)webViewDidFinishLoad:(UIWebView *)someWebView {
        NSString *result = [self.webView stringByEvaluatingJavaScriptFromString:[NSString stringWithFormat:@"attributes['feedURL'] = '%@'", yourFeedURL]];
    }
    

    As you can see, this way is far more complicated.

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

Sidebar

Ask A Question

Stats

  • Questions 509k
  • Answers 509k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer I consider a more elegant and simpler solution to have… May 16, 2026 at 4:43 pm
  • Editorial Team
    Editorial Team added an answer We don't really want it to be a compile-time error… May 16, 2026 at 4:43 pm
  • Editorial Team
    Editorial Team added an answer It does this: add $t0, $zero, $zero Edit: I found… May 16, 2026 at 4:43 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I need to modify some logic of Javascript Intellisense on Visual Studio 2008 SP1
Need to modify Log4PostSharp project by inheriting from the ready-made (and working) custom attribute.
I need to modify the open-source FCKeditor (not CKeditor) to allow users to select
I need to modify the C runtime which ships with VS2010 because the 2010
I am in a situation where we need to modify what is being returned
is there a way to modify the values of a status field in the
I only have access to 'C' and need to replace characters within a character
I have a PHP web app located on shared hosting . My goal is
The project I'm working on allows an end-user to modify CSS code to integrate
I need to re-sort a table when the input elements in cells change in

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.