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

  • Home
  • SEARCH
  • 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 8074673
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T14:43:57+00:00 2026-06-05T14:43:57+00:00

I want to target all blackberry devices do some device specific changes. Following is

  • 0

I want to target all blackberry devices do some device specific changes. Following is the code I have written which obviously dosen’t work. Thanks.

<script type="text/javascript">
    var isMobile = {
    BlackBerry: function() {
        var ua = "BlackBerry9000/5.0.0.93 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/179";
        return navigator.ua.match(/^BlackBerry[0-9]*/) ? true : false;
    },
    iOS: function() {
        return navigator.userAgent.match(/iPhone|iPad|iPod/i) ? true : false;
    },
    Windows: function() {
        return navigator.userAgent.match(/IEMobile/i) ? true : false;
    },
    any: function() {
        return (isMobile.Android() || isMobile.BlackBerry() || isMobile.iOS() || isMobile.Windows());
    }
};

if( isMobile.BlackBerry() ) {
    $('body').css('background','green');
    $('div.send-to-friend-form').css('display', 'block');
    $('a#add_body_hidden').hide();

}

EDIT: I got the answer and is working already. I will post it in few days when stackoverflow allows me to do so.

  • 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-06-05T14:43:59+00:00Added an answer on June 5, 2026 at 2:43 pm

    I wrote a function that answers the questions and worked for me.

    <!-- target the blackberry device -->
    

    var isMobile = {
        BlackBerry: function() {
            var ua = navigator.userAgent;
            return (ua.indexOf("BlackBerry") >= 0) ? true : false;
        } // you can add more tests here for other phones
    };
    
    if( isMobile.BlackBerry() ) {
        $('div.send-to-friend-form').css('display', 'block');
        $('a#add_body_hidden').remove();
    }
    

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

Sidebar

Related Questions

Some of my .csproj project files have special target AssembleJS that merges all .js
Trying out VS 2010, but still want to target .NET 3.5. Have all my
I want to target all divs that have an id that begins with section;
If I want to target all iOS devices version 4.3 or later, I can
So I want to target one specific device token via Urban Airship, but no
So sometimes (oftentimes!) you want to target a specific .NET version (say 3.0), but
I can check for iPhone with this code: (navigator.userAgent.match(/iPhone/i)) But I want to target
I want preserve original value of target field and use json_decode to use following
The following piece of code works perfectly in all browsers, bar IE. As usual.
I have a list of targets that are all calling msgfmt for a specific

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.