语言

Menu
Sites
Language
Launch image picker for specific directory?

Is it possible to launch image picker for a specific directory or with several specific images from Shared/res? I have been trying to use app control in several different ways but it always seems to default to the images directory! 

var appControl = new tizen.ApplicationControl('http://tizen.org/appcontrol/operation/pick', null, 'image/*', null, null);

Is there also a way to see the defined application control properties for installed apps?

<tizen:app-control>
   <tizen:src name="edit.html"/>
   <tizen:operation name="http://tizen.org/appcontrol/operation/edit"/>
   <tizen:uri name="file"/>
   <tizen:mime name="image/jpeg"/>
</tizen:app-control>

响应

1 回复
james cavin

we are looking to know this info for our  but had little issues in getting it done perfectly.