1. mhant's Avatar
    Hi all,
    What I am trying to achieve here is to receive an invoked event, and be listed in the invoker list, when a user long presses an html link and then clicks share. I already have a invoke-target set up in my config xml (copied below), but for some reason it doesn't advertise for the link shares. I am guessing that maybe I need to add another mime-type or value to the uris, but haven't gotten anything to work out. Any help would be of great appreciation.


    <rim:invoke-target id="APP_NAME.app">
    <type>APPLICATION</type>
    <filter>
    <action>bb.action.SHARE</action>
    <mime-type>application/*</mime-type>
    <mime-type>text/*</mime-type>
    <mime-type>audio/*</mime-type>
    <mime-type>image/*</mime-type>
    <mime-type>message/*</mime-type>
    <mime-type>video/*</mime-type>
    <property var="uris" value="file://,data://local"/>
    </filter>
    </rim:invoke-target>
    05-28-13 12:02 AM
  2. SCrid2000's Avatar
    Try just

    <rim:invoke-target id="app_name">
    <type>APPLICATION</type>
    <filter>
    <action>bb.action.OPEN</action>
    <mime-type>text/plain</mime-type>
    </filter>
    </rim:invoke-target>
    05-28-13 04:09 PM
  3. mhant's Avatar
    SCrid2000
    I tried adding that filter, but didn't seem to help. I was thinking maybe there is an extra mime-type for sharing links, but still don't have a solution.
    05-30-13 07:13 AM
  4. Lucci winata's Avatar
    Help me

    Posted via CB10
    05-31-13 12:11 AM
  5. KermEd's Avatar
    Help me

    Posted via CB10
    Where did that come from lol.

    Anyway, back to topic, do any invokes generate the event at all? Or only links not working?

    Also, try adding html mine types text/html

    Text/* should trigger it but why not try

    Posted via CB10
    06-03-13 07:48 PM
  6. onemenny's Avatar
    do you have any other info?
    07-25-13 03:10 AM

Similar Threads

  1. where do backups of bb z10 from bb link save to on pc?
    By jonny12345 in forum BlackBerry Z10
    Replies: 2
    Last Post: 02-14-13, 10:50 AM
  2. Browser not opening links from apps/email - stuck on requesting
    By douglasgoodman in forum BlackBerry OS Apps
    Replies: 0
    Last Post: 11-24-09, 07:19 AM
  3. Browser not opening links from apps/email - stuck on requesting
    By douglasgoodman in forum BlackBerry Tour 9630
    Replies: 0
    Last Post: 11-24-09, 07:19 AM
  4. Buying 8320 from eBay, Please Advise, on Rogers
    By Daemon#CB in forum New to the Forums? Introduce Yourself Here!
    Replies: 0
    Last Post: 12-03-07, 09:29 PM
  5. Trouble getting to crackberry.com from email link
    By MMB916 in forum BlackBerry 87xx Series
    Replies: 6
    Last Post: 03-22-07, 04:10 PM
LINK TO POST COPIED TO CLIPBOARD