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 - File

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

There is no specific "view file" service.  You simply call the applicationManager open() method on a file and webOS will attempt to match the file with an application.

Example usage:

this.controller.serviceRequest(palm://com.palm.applicationManager', {
     method:     'open',
     parameters: {
          target: "http:// crypto.stanford.edu/DRM2002/darknet5.doc"
     },
     onFailure: this.onFailureHandler
});