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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T13:41:50+00:00 2026-05-28T13:41:50+00:00

I am trying to pass a Hexadecimal color value from objectiveC to Javascript. I

  • 0

I am trying to pass a Hexadecimal color value from objectiveC to Javascript. I am displaying a graph and I am trying to pass the color to javascript so that I dont need to hardcode it in my html page.

Here is what I do –

In my .m File,

NSArray *colorArray = [NSArray arrayWithObjects:@"FFFFFF",@"000000", nil];

colorString = [[colorArray valueForKey:@"description"] componentsJoinedByString:@","];

In my webViewDidFinishLoad function,

[graphView stringByEvaluatingJavaScriptFromString:[NSString stringWithFormat:@"methodName1([%@])", colorString]];

However, the javascript is not able to accept the values.

In my Javascript function, what should I do to accept the values – FFFFFF and 000000 so that I can use them.

I am trying to use the colors like this –

line1.Set('chart.colors', ['FF0000', '000000']);

where instead of giving the hexadecimal values there, I would like to get it from objC.

Update –

Here is the javascript function I use –

function methodName1(val)
{
   alert("hi");
}

However, the function does not even get called.. I feel the issue is with the way I pass the values…

It would be great if someone could help me out with 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-28T13:41:51+00:00Added an answer on May 28, 2026 at 1:41 pm

    You’re calling

    methodName1([FFFFFF,000000]); // will fail since FFFFFF is not defined
    

    But you want

    methodName1(['FFFFFF','000000']);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to pass data that is saved in sessionStorage from background.html to popup.html
When trying to pass a table built with HTML in my servlet like that:
Im trying to pass an array from javascript to java servlet using Jackson, how
im trying to pass back from a user control a list of strings that
I'm trying to pass some variables from PHP to JS. I saw here that
Im trying to pass a value of a date control from form1 to form2.
Am trying to pass an array of values from PHP function to Javascript. Not
I'm trying to pass parameters from HTML-land to Flex-3 Flash-land, and can't seem to
im trying to pass two parameters to a function, i being an int value
I'm trying to pass one method to another in elisp, and then have that

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.