Content in the Native Application browser

I develop a native app that involves a lot of content in the file. I can show the list of files. When I open the file content, the content must be displayed in the Explorer. I can show the content in the browser as a separate instance. Can I integrate the content in the browser on the Blackberry screen?

Hope this information helps!

Thanks for any help.

As Simon suggested, browserfield demo is one that will be the server you need.

Tags: BlackBerry Developers

Similar Questions

  • Start the native application of the android app

    I need to do a task which is not allowed to make an android app. So I created a native app and I want to start this app for my android app. Is this possible?

    I found this question as soon as 2013 (https://supportforums.blackberry.com/t5/Android-Development/How-to-register-my-Android-app-as-Conten...), but it's 2 years old...

    I don't want to develop my entire application natively.

    Thks in adv

    It is possible to what you describe.  An Android application can invoke a native BlackBerry 10 application.  You can even create a headless BlackBerry 10 app that runs in the background (similar to a service on Android).  So the action can be executed without the user see the GUI of the native application.

    In addition, starting with native apps BlackBerry BlackBerry 10 10.3.2 can launch Android applications.  Here are a few links to help you get started on the side BlackBerry 10.

    Invocation framework

    Apps headless

  • Watch the native application of Message

    Hello

    How can I start the native application in mode email from another application with e-mail pre-filled to field of the Message. Is there a way to Invoke.invokeApplication () to do?

    TIA


  • After installing Acrobat or Reader on Windows 7 or Vista, icons of applications and file types change in Acrobat/Reader icon. Double click on a file or icon launches Acrobat or Reader. (The native application associated with the file type is not ope

    After installing Acrobat or Reader on Windows 7 or Vista, icons of applications and file types change in Acrobat/Reader icon. Double click on a file or icon launches Acrobat or Reader. (The native application associated with the file type is not open.)

    Hi peterb53490660,

    Try the steps of troubleshooting mentioned in this KB doc. https://helpx.Adobe.com/Acrobat/KB/application-file-icons-change-Acrobat.html

    Kind regards
    Nicos

  • The native application installer fails on Mac 10.5.8 times

    Hello

    I have an AIR 2.0 application native with a native installer I install silently as part of a series.

    On Mac, I have a DMG containing the application native installer and a shell script that copies the native installer application to a temporary folder, then call it passing "-silent" option.
    For some reason the native installer fails every other hour, i.e. If I install the application and then move it to the trash and then try to re - install, Setup fails.
    However, if I try to reinstall once more, installation is successful. I can reproduce this problem consistently.
    This seems to happen only on Mac OS 10.5.8. On 10.6.0 and above all seem to work fine.
    What can be the reason of this inconsistent behavior?
    Version of the OS is Mac OS 10.5.8, CPU: 2.8 GHz Intel Core Duo
    Here is the log for the cases when the installation program fails:
    Nov 10 20:19:08 Library/Frameworks/Adobe AIR AIR.framework/Versions/1.0/Adobe AIR Installer.app/Contents/MacOS/Adobe Application Application Installer [9579]: checked Application signing
    Nov 10 20:19:08 Library/Frameworks/Adobe AIR AIR.framework/Versions/1.0/Adobe AIR Installer.app/Contents/MacOS/Adobe Application Application Installer [9579]: unpacking/validation complete
    10 Nov 20:19:08 Library/Frameworks/Adobe AIR AIR.framework/Versions/1.0/Adobe AIR Installer.app/Contents/MacOS/Adobe Application Application Installer [9579]: got an unexpected unrecoverable error while unpacking: [ErrorEvent type = "error" bubbles = false cancelable = false eventPhase = 2 text = "" unhandled exception ArgumentError: Error #2004 "errorID = 2004"]
    Nov 10 20:19:08 Library/Frameworks/Adobe AIR AIR.framework/Versions/1.0/Adobe AIR Installer.app/Contents/MacOS/Adobe Application Application Installer [9579]: end of the installer with the exit code 7
    Thanks in advance

    Anatoly Hello,

    Thank you again for providing your setup of the example program. I checked the problem at 10.5 using your program installation and in the terminal when the command line is preceded with "sudo".  It's now connected internally as bug #2758237.

    As a solution, could you try empty the trash before each attempt to install?  I found that in this way the installation program completes successfully whenever this has been done.

    Thank you

    Chris

  • The android app icon is smaller than the native applications on Dev Alpha

    It is somehow related to http://supportforums.blackberry.com/t5/Android-Runtime-Development/apk2bar-resizes-the-app-icon-to-8...

    However, even if I have difficulty icon resized, changing the bar produce and pack a 150 x 150 icon, on DevAlpha (10.0.9.388) the icon looks like smaller than the icon of a native application (if WebWorks or Cascades). I also used the setting - os to target only the BB 10 but without results.

    Is there something that I need to specify the apk2bar command?

    Thanks for your help.

    This has been fixed in DevAlpha 10.0.9.1103.

  • Firefox can't open pdf, can not find pdf in the Type of content in the preferences-> Applications

    I have a version of Acrobat Reader DC on MacBook Pro, but whenever firefox tried to open the pdf file, it asks me to install Adobe Acrbat NPAPI plugin and when I allow / remember, it gives me just white screen.
    All results of the research suggest that I fixed it by going to the preferences of Firefox, Application tab, search PDF or Portable Document, Content Type and select the NPAPI plugin from Adobe Acrobat. BUT my PDF search returns nothing.
    All I have is Adobe Acrbat FDF document,
    What should I do to solve this problem in this case?

    Hello

    Enter about: preferences #applications < Enter > in the address bar.
    What is the information for files of type?

    A you wish to display the file in Firefox, or another Viewer?

    For more details, please see this topic: https://support.mozilla.org/en-US/questions/1045938

    Hope this helps

  • Display HTML content in the field of browser Blackberry eception illegalstateexception?

    My code what I do wrong here please help me?

    String content = ("< police =" verdana"size ="1"> SUREBUILD is a general purpose cement.) Typical applications are of concrete, mortar, plaster, masonry, paving, precast, grout, shotcrete products, the stabilization of soils and other general home and DIY applications. & nbsp; < br / > < br / > SUREBUILD is & nbsp; a proven product that has been designed to achieve a constant and appropriate performance. SUREBUILD is & nbsp; compatible with commercial chemical admixtures. ("< / police > < br / > ');

    BrowserFieldConfig config = new BrowserFieldConfig();
    HttpHeaders headers = new HttpHeaders();
    headers.addProperty (HttpHeaders.HEADER_CONTENT_TYPE, HttpHeaders.CONTENT_TYPE_TEXT_HTML);
    headers.addProperty (HttpHeaders.HEADER_ACCEPT_CHARSET, "UTF - 8");
    config.setProperty (BrowserFieldConfig.HTTP_HEADERS, headers);
    BrowserField contentField = new BrowserField (config);
    This.Add (contentField); Add to the form
    contentField.displayContent (content, "http://localhost"); content-> your HTML content
    listVfm.add (contentField);

    I posted an answer to this on StackOverflow, and now the question seems to have been deleted...  In summary, the comments that have been included:

    (a) the code provided does not fail, can we have an extract that makes?

    (b) it would be useful to have additional information, such as the environment of the failuire, the detailed message for the Exception and the line to wich that failure occurred.

    (c) when you try to view an html page, it should be a full html page.

  • (bb10) call from share for the native web browser action

    Hi guys!

    I want my application event CAN "share stock" of the web browser so that I can add URL to my application. I've been doing some registration tests call target, but it is never displayed the action part of browser.

    I have something like this:


        APPLICATION
          
                 bb.action.SHARE
                 Text / *.
                
          

     

    but the part of the browser shows only the BBM and the BBM group. Ive also tried with 'OPEN' and nothing.

    Any idea?

    Found!

    *

    and it works!

    I tired

    */*

    And it returned an error, but * works very well and it is shown on browser!

  • Implementation error when you call the native application to view Document.

    Hi all

    I have a list of documents that are in my server. Now, I want to open these documents as pdf, txt, doc, ppt, etc..

    For this I do it like this:

    When the user will trigger a line any list I download the particular document in my camera, and when it downloads successfully I'm passing it's respective device path to the app to view native document as pdf Adobe Reader and the other DocToGo.

    For the pdf files, it works fine, but for all the rest files that is showing the error that is fixed in the screenshots.

    Then please tell me why this error is coming.

    Thanks in advance.

    I found the solution.

    I did mistake when setting the target.

  • Problem after you install Acrobat or Reader on Windows 7 or Vista, the icons of applications and file types change icon Acrobat/Reader. Double click on a file or icon launches Acrobat or Reader. (The native application associated with the file type

    When I install the drive on my computer, it hijacks the icons and will not allow my access programs. When I uninstall, everything works fine. Suggestions

    This may be useful: http://helpx.adobe.com/acrobat/kb/application-file-icons-change-acrobat.html

  • Can I open a window in the native browser to an application and how?

    Hello everyone,

    I am currently on an application for the Playbook project and I am a bit stuck, I need to get the answers to these two questions:

    -Can I open a window in the native application browser and if so, how?

    -Can I I raise the bridge event to open an email in an application as it happens in a Web site after clicking on a link with a "mailto:" address and how?

    Thank you in advance!

    Kilian KLEIN.

    NavigateToURL to use for both.

    navigateToURL (new URLRequest ("http://google.com' "));
    navigateToURL (new URLRequest ("mailto:[email protected]"));

    http://help.Adobe.com/en_US/FlashPlatform/reference/ActionScript/3/Flash/net/package.html

  • How to display content in the BB browser?

    I'm in the native application of BB. When I am clicking on the link, Blackberry browser should show the contents of the url I give. How to do?

    Thaks for all help.

    BrowserSession session = Browser.getDefaultSession();
    session.displayPage(...);
    
  • Launching the Maps application from the browser

    I'm currently building in a small web application the ability to launch native maps app.

    This is a normal site, will be displayed in the browser, not a WebWorks app.

    It is pretty...

    blackberry.launch.newMap ({address: {/ *... * /}});

    but of course this does not (blackberry is not set).

    All the posts I found on this topic are several years old (and inconclusive to whom).

    So... what I can or can't I trigger the native application of maps of in the Blackberry browser?

    I am on OS 10.3.

    Hello

    You can open maps to your application via a link href like this: find us

    EINFO mor on the "geo" uri: http://en.wikipedia.org/wiki/Geo_URI

  • How to pass variables by using the command line when starting from a native application ActionScript

    How to pass in variables or arguments to start using the command line when starting a native ActionScript application? For example, I have my app MySweetWidget call and it was compiled with Adobe AIR runtime in captivity so now I have MySweetWidget.exe.

    In the command line, I call MySweetWidget.exe and would like to pass in variables or properties of the application. I guess that these variables are read from the loaderInfo.parameters object.

    Please let me know if the Adobe AIR runtime supports passing the parameters to native execution. If so, I would like to help determine the correct format of how pass variables. So would you want to read those loaderinfo.parameters object?

    Thank you

    Jeff

    I found the answer to my own question:

    Yes, it's a feature supported. It is documented on the following page:

    http://help.Adobe.com/en_US/FlashPlatform/reference/ActionScript/3/Flash/desktop/NativeApp lication.html #event:invoke

    When you subscribe to the event from the NativeApplication invoke it will subsequently send the event and you read the table of e.arguments object to get the start in the native application arguments.

Maybe you are looking for