01-04-2013 09:04 AM
Hi All,
is there a way to start a phone call on BB10 from a uri like this: "tel:55555555"?
I've tried the following:
Solved! Go to Solution.
01-04-2013 10:17 AM
Have you tried the action bb.action.DIAL?
01-04-2013 10:31 AM
Hi,
I tried it right now, but got still the same error..please help!
The same behaviour happens both in the emulator and on the real device..I was wondering if I can bypass this by using something equivalent to the former blackberry.invoke.APP_PHONE object..
thanks
01-04-2013 10:39 AM
You don't have a Phone application on your device do you? If you are running a Dev Alpha you do not. Both your invoke, as well as the one I provided you work as desired.
You have 2 choices:
1. Wait for a OS update with a Phone app,
1. Create a simple app that registers with the invocation framework as a phone application. So that it can listen to the specific URI.
01-04-2013 10:46 AM
Hi Erik,
thanks a lot for your info..I'm gonno ask you just one last question: the same apply if I want to manage "mailto:"?
Thanks again
cheers
-.marco
01-04-2013 10:48 AM
Hi Marco,
Yes, unless you have an email client, which I suspect you do not.
01-05-2013 05:35 PM
The APIs for messages and phone calls are not yet available in the latest .1675 dev alpha update, hence there is no way to interact with those services from any app.