質問

I'm able to dial a number with this function:

blackberry.invoke.invoke({
    uri: "tel:55555"
}, onSuccess, onError);

Unfortunately, my app is made to dial USSD codes and when using USSD number, I got this message in the simulator: "USSD dialing from URI is not allowed". Is there a function that allows dialing USSD code?

役に立ちましたか?

解決

Unfortunately BlackBerry WebWorks does not support USSD calls, neither has API to solve this task.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top