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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T01:19:36+00:00 2026-05-24T01:19:36+00:00

How do I open a web browser from a Blackberry Webworks 2.0 application? I

  • 0

How do I open a web browser from a Blackberry Webworks 2.0 application?

I tried:

http://www.blackberry.com/developers/docs/webworks/api/blackberry.invoke.BrowserArguments.html

but that doesn’t want to work.

Thanks

  • 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-24T01:19:37+00:00Added an answer on May 24, 2026 at 1:19 am

    I’ll answer with one of my own working config files and a <script> section

    <?xml version="1.0" encoding="UTF-8"?>
    <widget xmlns="http://www.w3.org/ns/widgets" xmlns:rim="http://www.blackberry.com/ns/widgets" version="1.0.0.0">
      <name>Webworks</name>
      <author>De Wet Steynberg</author>
      <feature id="blackberry.app" required="true" version="1.0.0.0"/>
      <feature id="blackberry.identity" required="true" version="1.0.0.0"/>
      <feature id="blackberry.invoke.BrowserArguments" required="true" version="1.0.0.0"/>
      <feature id="blackberry.invoke" required="true" version="1.0.0.0"/>
      <access subdomains="true" uri="http://www.somedomain.com">
        <feature id="blackberry.app" required="true" version="1.0.0.0"/>
      </access>
      <content src="index.html"/>
      <rim:loadingScreen backgroundColor="#000000" foregroundImage=""/>
      <rim:navigation mode="focus"/>
    </widget>
    

    and the script tag that does the job:

    <script>
        var args = new blackberry.invoke.BrowserArguments('http://www.blackberry.com');
        blackberry.invoke.invoke(blackberry.invoke.APP_BROWSER, args);
    </script>
    

    Tried and tested. Perhaps create a small test example. If that doesn’t work there might be something wrong with your emulator.
    If you get a message moaning about permissions and such, do the following:

    1) From the homescreen press the menu button
    2) At the bottom go to options (The icon with the wrench)
    3) Go to Applications
    4) Click the menu button and select “Edit Default Properties”
    5) Set everything to “Allow”, Menu, Save
    6) Click Menu, Edit Default Permissions again
    7) Click Menu, Apply Defaults to All, answer “Yes” to the popup prompt
    8) Now navigate to the “Downloads” or ” Applications” section and start your app up again.

    These settings sometimes seem to get lost on the emulator between restarts. As long as your app remains open you can avoid lengthy recompiles and emulator reboots though.

    Hope this helps

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

Sidebar

Related Questions

From the command prompt it's possible to run for example open http://www.example.com and have
For years I've been using ShellExecute() API to launch the default web browser from
How to open an URL from code in the built-in web browser rather than
I'm moving an application from using javax.help's browser to the user's desktop web browser,
I am using the function below to open the user's default web browser. Public
In Python, you can do this: import webbrowser webbrowser.open_new(http://example.com/) It will open the passed
Is there any open source web client php application without popup server configuration ,
i want to do the following: open a web browser on my local network.
I need to use web browser in my application as it keeps repetitive tasks
If you open up your mozilla Firefox web browser and turn on firebug to

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.