www.webOShelp.net

Get the latest on:webOS Developers' RSS FeedwebOS Facebook page webOS Twitter Feed

Home Resources Mojo Services API palm://com.palm.applicationManager - open - Phone

palm://com.palm.applicationManager - open - Phone

Launches the phone application, pre-populated with a telephone number (user must still click "send").

Example usage:

this.controller.serviceRequest('palm://com.palm.applicationManager', {
  method:  'open',
  parameters: {
    target: "tel://4085556666"
  }
});